Skip to content

Commit 29bbab8

Browse files
guangy10facebook-github-bot
authored andcommitted
Fix torch nightly versions (#258)
Summary: Pull Request resolved: #258 Error on installing required packages because an invalid nightly build is specified. `ERROR: No matching distribution found for torchvision==0.17.0.dev20230907` Reviewed By: digantdesai, huydhn Differential Revision: D49117775 fbshipit-source-id: d3288c21d35de7c9c3eeaf9c5f2fd62db8affcd3
1 parent 51ec1a5 commit 29bbab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
dev20230907
1+
dev20230908

install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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-
NIGHTLY_VERSION=dev20230907
20+
NIGHTLY_VERSION=dev20230908
2121

2222
TORCH_VERSION=2.2.0.${NIGHTLY_VERSION}
2323
pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu

0 commit comments

Comments
 (0)