Skip to content

Commit 887abab

Browse files
Update pytorch pin for ET
Differential Revision: D62081793 Pull Request resolved: #5026 Co-authored-by: Manuel Candales <[email protected]>
1 parent 0293cac commit 887abab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e4cd76cf8283c8ddbf95674b020fbfcff467cb4b
1+
00e3eea170ce5db8ea9c62ce5e48f13886cd6d20

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def python_is_compatible():
9494
# NOTE: If a newly-fetched version of the executorch repo changes the value of
9595
# NIGHTLY_VERSION, you should re-run this script to install the necessary
9696
# package versions.
97-
NIGHTLY_VERSION = "dev20240829"
97+
NIGHTLY_VERSION = "dev20240901"
9898

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

0 commit comments

Comments
 (0)