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

Commit de9c6de

Browse files
committed
ci update
1 parent d241641 commit de9c6de

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/pull.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,9 @@ jobs:
916916
run: |
917917
echo "Installing ExecuTorch"
918918
bash torchchat/utils/scripts/build_native.sh et
919+
- name: Install runner
920+
run: |
921+
bash torchchat/utils/scripts/build_native.sh et
919922
- name: Run inference
920923
run: |
921924
python torchchat.py download stories15M
@@ -1069,20 +1072,9 @@ jobs:
10691072
run: |
10701073
echo "Installing ExecuTorch"
10711074
bash torchchat/utils/scripts/build_native.sh et link_torchao
1072-
- name: Install ET pip
1075+
- name: Install runner
10731076
run: |
1074-
echo "ET build directory"
1075-
ls et-build | cat
1076-
1077-
pushd et-build/src/executorch
1078-
if [ $(git rev-parse HEAD) != ${{env.et-git-hash}} ]; then
1079-
echo "Mismatched hash. Make sure branch install_et.sh matches branch from Github cache."
1080-
echo "On commit $(git rev-parse HEAD)"
1081-
echo "Expected commit ${{env.et-git-hash}}"
1082-
exit 1
1083-
fi
1084-
pip install .
1085-
popd
1077+
bash torchchat/utils/scripts/build_native.sh et link_torchao
10861078
- name: Install runner AOTI
10871079
id: install-runner-aoti
10881080
run: |

0 commit comments

Comments
 (0)