Skip to content

Commit

Permalink
Update pytorch pin for ET
Browse files Browse the repository at this point in the history
Differential Revision: D62081793

Pull Request resolved: pytorch#5026

Co-authored-by: Manuel Candales <[email protected]>
  • Loading branch information
kirklandsign and manuelcandales authored Sep 3, 2024
1 parent 0293cac commit 887abab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/docker/ci_commit_pins/pytorch.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e4cd76cf8283c8ddbf95674b020fbfcff467cb4b
00e3eea170ce5db8ea9c62ce5e48f13886cd6d20
2 changes: 1 addition & 1 deletion install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def python_is_compatible():
# NOTE: If a newly-fetched version of the executorch repo changes the value of
# NIGHTLY_VERSION, you should re-run this script to install the necessary
# package versions.
NIGHTLY_VERSION = "dev20240829"
NIGHTLY_VERSION = "dev20240901"

# The pip repository that hosts nightly torch packages.
TORCH_NIGHTLY_URL = "https://download.pytorch.org/whl/nightly/cpu"
Expand Down

0 comments on commit 887abab

Please sign in to comment.