Skip to content

Commit 77318f6

Browse files
authored
Updating torch nightly to pick up aoti improvements in 128339 (#862)
* Updating torch nightly to pick up aoti improvements in 128339 * Update the torch version to 2.5 * Updating lm_eval version (#865) Fixing CI related to EleutherAI/wikitext_document_level change requirements from using HF Datasets * Pinning numpy to under 2.0 (#867)
1 parent 0bc7b48 commit 77318f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $PIP_EXECUTABLE install -r requirements.txt --extra-index-url https://download.p
4646
# NOTE: If a newly-fetched version of the executorch repo changes the value of
4747
# NIGHTLY_VERSION, you should re-run this script to install the necessary
4848
# package versions.
49-
NIGHTLY_VERSION=dev20240604
49+
NIGHTLY_VERSION=dev20240613
5050

5151
# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
5252
$PIP_EXECUTABLE uninstall -y triton
@@ -63,7 +63,7 @@ fi
6363

6464
# pip packages needed by exir.
6565
REQUIREMENTS_TO_INSTALL=(
66-
torch=="2.4.0.${NIGHTLY_VERSION}"
66+
torch=="2.5.0.${NIGHTLY_VERSION}"
6767
)
6868

6969
# Install the requirements. `--extra-index-url` tells pip to look for package

0 commit comments

Comments
 (0)