Skip to content

Commit 85b5a4f

Browse files
Update nightly verson
The Python tests in examples/models/lama3_2_vision/preprocess/test_preprocess was hanging on MacOS with the previous nightly pinned here when installed with Python 3.13. This particular version was chosen as anything newer causes the CI job test-moshi-linux to fail. This is because the version of torchmusic which ends up installed is incompatible with a newer nightly, due to an API change in the ctor of C10's MessageLoger in torch.
1 parent e09ac4b commit 85b5a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_pin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
TORCH_VERSION = "2.10.0"
2-
NIGHTLY_VERSION = "dev20251025"
2+
NIGHTLY_VERSION = "dev20251107"

0 commit comments

Comments
 (0)