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 47
47
# NOTE: If a newly-fetched version of the executorch repo changes the value of
48
48
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
49
49
# package versions.
50
- PYTORCH_NIGHTLY_VERSION=dev20240814
50
+ PYTORCH_NIGHTLY_VERSION=dev20240913
51
51
52
52
# Nightly version for torchvision
53
- VISION_NIGHTLY_VERSION=dev20240814
53
+ VISION_NIGHTLY_VERSION=dev20240913
54
54
55
55
# Nightly version for torchtune
56
56
TUNE_NIGHTLY_VERSION=dev20240910
74
74
75
75
# pip packages needed by exir.
76
76
REQUIREMENTS_TO_INSTALL=(
77
- torch==" 2.5 .0.${PYTORCH_NIGHTLY_VERSION} "
77
+ torch==" 2.6 .0.${PYTORCH_NIGHTLY_VERSION} "
78
78
torchvision==" 0.20.0.${VISION_NIGHTLY_VERSION} "
79
79
torchtune==" 0.3.0.${TUNE_NIGHTLY_VERSION} "
80
80
)
You can’t perform that action at this time.
0 commit comments