Skip to content

Fix github workflow tests#458

Merged
woodsh17 merged 1 commit into
mainfrom
fix/ci-numpy-pin
Jul 15, 2026
Merged

Fix github workflow tests#458
woodsh17 merged 1 commit into
mainfrom
fix/ci-numpy-pin

Conversation

@woodsh17

Copy link
Copy Markdown
Member

torch==1.12.1 is built against NumPy 1.x, but the CI install pinned no NumPy version and resolved to NumPy 2.x, causing every torch tensor .numpy() call to fail with 'Numpy is not available' during Diffuser initialization. Constrain the resolution back to NumPy 1.x.

torch==1.12.1 is built against NumPy 1.x, but the CI install pinned no
NumPy version and resolved to NumPy 2.x, causing every torch tensor
.numpy() call to fail with 'Numpy is not available' during Diffuser
initialization. Constrain the resolution back to NumPy 1.x.
@woodsh17
woodsh17 requested a review from rclune July 15, 2026 01:21

@rclune rclune left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@woodsh17
woodsh17 merged commit 86507b6 into main Jul 15, 2026
2 checks passed
@woodsh17
woodsh17 deleted the fix/ci-numpy-pin branch July 15, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants