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

Commit 49039c7

Browse files
authored
Merge branch 'main' into 1520-enable-torchao-experimental-embedding-quant
2 parents 327a832 + ecdb4e3 commit 49039c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/install_torch.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ echo "Using pip executable: $PIP_EXECUTABLE"
3434
# NOTE: If a newly-fetched version of the executorch repo changes the value of
3535
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
3636
# package versions.
37-
PYTORCH_NIGHTLY_VERSION=dev20250417
37+
PYTORCH_NIGHTLY_VERSION=dev20250418
3838

3939
# Nightly version for torchvision
40-
VISION_NIGHTLY_VERSION=dev20250417
40+
VISION_NIGHTLY_VERSION=dev20250418
4141

4242
# Nightly version for torchtune
43-
TUNE_NIGHTLY_VERSION=dev20250417
43+
TUNE_NIGHTLY_VERSION=dev20250418
4444

4545
# The pip repository that hosts nightly torch packages. cpu by default.
4646
# If cuda is available, based on presence of nvidia-smi, install the pytorch nightly

0 commit comments

Comments
 (0)