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 @@ -34,13 +34,13 @@ echo "Using pip executable: $PIP_EXECUTABLE"
34
34
# NOTE: If a newly-fetched version of the executorch repo changes the value of
35
35
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
36
36
# package versions.
37
- PYTORCH_NIGHTLY_VERSION=dev20250417
37
+ PYTORCH_NIGHTLY_VERSION=dev20250418
38
38
39
39
# Nightly version for torchvision
40
- VISION_NIGHTLY_VERSION=dev20250417
40
+ VISION_NIGHTLY_VERSION=dev20250418
41
41
42
42
# Nightly version for torchtune
43
- TUNE_NIGHTLY_VERSION=dev20250417
43
+ TUNE_NIGHTLY_VERSION=dev20250418
44
44
45
45
# The pip repository that hosts nightly torch packages. cpu by default.
46
46
# 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