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

Commit f275b04

Browse files
committed
Bump torch version to 1019
1 parent 228456e commit f275b04

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,9 @@ jobs:
453453
./install/install_requirements.sh
454454
455455
export TORCHCHAT_ROOT=$PWD
456-
./torchchat/utils/scripts/install_et.sh
456+
source ./torchchat/utils/scripts/install_utils.sh
457+
install_executorch_python_libs
457458
458-
pip3 list
459459
python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'
460460
python3 -c 'import torchvision;print(f"torchvision: {torchvision.__version__, torchvision.version.git_version}")'
461461
@@ -953,6 +953,7 @@ jobs:
953953
bash torchchat/utils/scripts/build_native.sh et
954954
- name: Run inference
955955
run: |
956+
set -eou pipefail
956957
python torchchat.py download stories15M
957958
wget -O ./tokenizer.model https://github.com/karpathy/llama2.c/raw/master/tokenizer.model
958959

install/install_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ 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=dev20241007
50+
PYTORCH_NIGHTLY_VERSION=dev20241019
5151

5252
# Nightly version for torchvision
53-
VISION_NIGHTLY_VERSION=dev20241007
53+
VISION_NIGHTLY_VERSION=dev20241019
5454

5555
# Nightly version for torchtune
5656
TUNE_NIGHTLY_VERSION=dev20241010

0 commit comments

Comments
 (0)