This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
5656TUNE_NIGHTLY_VERSION=dev20241010
You can’t perform that action at this time.
0 commit comments