File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ echo "Using pip executable: $PIP_EXECUTABLE"
51
51
# NOTE: If a newly-fetched version of the executorch repo changes the value of
52
52
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
53
53
# package versions.
54
- PYTORCH_NIGHTLY_VERSION=dev20250119
54
+ PYTORCH_NIGHTLY_VERSION=dev20250124
55
55
56
56
# Nightly version for torchvision
57
- VISION_NIGHTLY_VERSION=dev20250119
57
+ VISION_NIGHTLY_VERSION=dev20250124
58
58
59
59
# Nightly version for torchtune
60
- TUNE_NIGHTLY_VERSION=dev20250119
60
+ TUNE_NIGHTLY_VERSION=dev20250124
61
61
62
62
# The pip repository that hosts nightly torch packages. cpu by default.
63
63
# If cuda is available, based on presence of nvidia-smi, install the pytorch nightly
You can’t perform that action at this time.
0 commit comments