Skip to content

Commit b870f7e

Browse files
larryliu0820vmpuri
authored andcommitted
Bump torch pin to 20241010 (#1400)
* Bump torch pin to 20241010 As titled * bump ET and gguf Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent b0abf27 commit b870f7e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ jobs:
731731
732732
git clone https://github.com/ggerganov/llama.cpp.git
733733
pushd llama.cpp
734+
git checkout 64ed2091b24b2f9747148fdf49a34ed5938762c3
734735
make
735736
popd
736737

install/.pins/et-pin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
72b3bb3194c611f7c4861e6f3b24af5de868af72
1+
98e4dd524f2cb08414ee015b27616229cabc06ba

install/install_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ echo "Using pip executable: $PIP_EXECUTABLE"
6262
# NOTE: If a newly-fetched version of the executorch repo changes the value of
6363
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
6464
# package versions.
65-
PYTORCH_NIGHTLY_VERSION=dev20241002
65+
PYTORCH_NIGHTLY_VERSION=dev20241010
6666

6767
# Nightly version for torchvision
68-
VISION_NIGHTLY_VERSION=dev20241002
68+
VISION_NIGHTLY_VERSION=dev20241010
6969

7070
# Nightly version for torchtune
7171
TUNE_NIGHTLY_VERSION=dev20241010

0 commit comments

Comments
 (0)