Skip to content

Commit 529c7ae

Browse files
authored
Bump the torch pin
It's requested by torchchat to have a newer version of torch nightly. Bump it from 4/15 to 4/21.
1 parent 73599f4 commit 529c7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ done
6161
# NOTE: If a newly-fetched version of the executorch repo changes the value of
6262
# NIGHTLY_VERSION, you should re-run this script to install the necessary
6363
# package versions.
64-
NIGHTLY_VERSION=dev20240415
64+
NIGHTLY_VERSION=dev20240421
6565

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

0 commit comments

Comments
 (0)