Skip to content

Commit 5f4e70d

Browse files
digantdesaifacebook-github-bot
authored andcommitted
Update nightly version
Summary: This is to pull in torch/export changes from pytorch #108571 Differential Revision: D49065077 fbshipit-source-id: 608238e4154eaa0dd8118528c6f873c4244a0b25
1 parent 0acc96b commit 5f4e70d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.ci/docker/ci_commit_pins/nightly.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev20230831
1+
dev20230907

.ci/docker/ci_commit_pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

.ci/docker/ci_commit_pins/vision.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.0
1+
0.17.0

install_requirements.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ pip install .
1717
# models in executorch/examples/models.
1818
# The version in this file will be the correct version for the
1919
# corresponsing version of the repo.
20-
TORCH_VERSION=2.1.0.dev20230831
20+
NIGHTLY_VERSION=dev20230907
21+
22+
TORCH_VERSION=2.2.0.${NIGHTLY_VERSION}
2123
pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
2224

23-
TORCH_VISION_VERSION=0.16.0.dev20230831
25+
TORCH_VISION_VERSION=0.17.0.${NIGHTLY_VERSION}
2426
pip install --force-reinstall --pre torchvision=="${TORCH_VISION_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
2527

26-
TORCH_AUDIO_VERSION=2.2.0.dev20230831
28+
TORCH_AUDIO_VERSION=2.2.0.${NIGHTLY_VERSION}
2729
pip install --force-reinstall --pre torchaudio=="${TORCH_AUDIO_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
2830

2931
TIMM_VERSION=0.6.13

0 commit comments

Comments
 (0)