File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
.ci/docker/ci_commit_pins Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 6ca9ae4f8693639c395544327f7e362441a58c79
1
+ cc0cadaf4c76c91d19474a1a512c9bc31e2c8602
Original file line number Diff line number Diff line change 49
49
# models in executorch/examples/models.
50
50
# The version in this file will be the correct version for the
51
51
# corresponsing version of the repo.
52
- NIGHTLY_VERSION=dev20240312
52
+ NIGHTLY_VERSION=dev20240321
53
53
54
- TORCH_VERSION=2.3 .0.${NIGHTLY_VERSION}
54
+ TORCH_VERSION=2.4 .0.${NIGHTLY_VERSION}
55
55
pip install --force-reinstall --pre torch==" ${TORCH_VERSION} " -i https://download.pytorch.org/whl/nightly/cpu
56
56
57
- TORCH_VISION_VERSION=0.18 .0.${NIGHTLY_VERSION}
57
+ TORCH_VISION_VERSION=0.19 .0.${NIGHTLY_VERSION}
58
58
pip install --force-reinstall --pre torchvision==" ${TORCH_VISION_VERSION} " -i https://download.pytorch.org/whl/nightly/cpu
59
59
60
60
TORCH_AUDIO_VERSION=2.2.0.${NIGHTLY_VERSION}
You can’t perform that action at this time.
0 commit comments