Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 2e01d01

Browse files
committed
bump pytorch nightly version
1 parent e30aaa0 commit 2e01d01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/install_requirements.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ fi
4747
# NOTE: If a newly-fetched version of the executorch repo changes the value of
4848
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
4949
# package versions.
50-
PYTORCH_NIGHTLY_VERSION=dev20241002
50+
PYTORCH_NIGHTLY_VERSION=dev20241109
5151

5252
# Nightly version for torchvision
53-
VISION_NIGHTLY_VERSION=dev20241002
53+
VISION_NIGHTLY_VERSION=dev20241109
5454

5555
# Nightly version for torchtune
56-
TUNE_NIGHTLY_VERSION=dev20241010
56+
TUNE_NIGHTLY_VERSION=dev20241109
5757

5858
# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
5959
(

0 commit comments

Comments
 (0)