Skip to content

Commit 7552874

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Update torch pin (10/05) (#644)
Summary: Making sure we have the macOS build too. To find the hash, see https://hud.pytorch.org/hud/pytorch/pytorch/nightly for the target date. To test, check if the file like `torch-2.2.0.dev20231005-cp311-none-macosx_11_0_arm64.whl` exists at https://download.pytorch.org/whl/nightly/torch/ and run `./install_requirements.sh` on a Mac to see all the dependencies are successfully installed. Pull Request resolved: #644 Reviewed By: angelayi Differential Revision: D49973900 Pulled By: shoumikhin fbshipit-source-id: b0f57e24b96da0c604a13a4984569815956098a7
1 parent 85116fd commit 7552874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-
dev20231002
1+
dev20231005

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=dev20231002
20+
NIGHTLY_VERSION=dev20231005
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

third-party/pytorch

Submodule pytorch updated 308 files

0 commit comments

Comments
 (0)