Skip to content

Commit ce612b8

Browse files
authored
ping a newer pytorch nightly to include recent export updates
Differential Revision: D71092194 Pull Request resolved: #9216
1 parent e91c085 commit ce612b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install_requirements.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def python_is_compatible():
6767
# NOTE: If a newly-fetched version of the executorch repo changes the value of
6868
# NIGHTLY_VERSION, you should re-run this script to install the necessary
6969
# package versions.
70-
NIGHTLY_VERSION = "dev20250301"
70+
NIGHTLY_VERSION = "dev20250311"
7171

7272

7373
def install_requirements(use_pytorch_nightly):

0 commit comments

Comments
 (0)