File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -731,6 +731,7 @@ jobs:
731
731
732
732
git clone https://github.com/ggerganov/llama.cpp.git
733
733
pushd llama.cpp
734
+ git checkout 64ed2091b24b2f9747148fdf49a34ed5938762c3
734
735
make
735
736
popd
736
737
Original file line number Diff line number Diff line change 1
- 72b3bb3194c611f7c4861e6f3b24af5de868af72
1
+ 98e4dd524f2cb08414ee015b27616229cabc06ba
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ echo "Using pip executable: $PIP_EXECUTABLE"
62
62
# NOTE: If a newly-fetched version of the executorch repo changes the value of
63
63
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
64
64
# package versions.
65
- PYTORCH_NIGHTLY_VERSION=dev20241002
65
+ PYTORCH_NIGHTLY_VERSION=dev20241010
66
66
67
67
# Nightly version for torchvision
68
- VISION_NIGHTLY_VERSION=dev20241002
68
+ VISION_NIGHTLY_VERSION=dev20241010
69
69
70
70
# Nightly version for torchtune
71
71
TUNE_NIGHTLY_VERSION=dev20241010
You can’t perform that action at this time.
0 commit comments