We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449f0c8 commit 45eb6edCopy full SHA for 45eb6ed
.github/workflows/pull.yml
@@ -942,7 +942,7 @@ jobs:
942
path: |
943
./et-build
944
./torchchat/utils/scripts
945
- key: et-build-${{runner.os}}-${{runner.arch}}-${{env.et-git-hash}}-${{ hashFiles('**/install_et.sh') }}
+ key: et-build-${{runner.os}}-${{runner.arch}}-${{env.et-git-hash}}-${{ hashFiles('**/install_et.sh', '**/build_native.sh') }}
946
- if: ${{ steps.install-et.outputs.cache-hit != 'true' }}
947
continue-on-error: true
948
run: |
@@ -1053,7 +1053,7 @@ jobs:
1053
1054
# Pull submodules (re2, abseil) for Tiktoken
1055
git submodule sync
1056
- git submodule update --init
+ git submodule update --init --recursive
1057
./runner/build_android.sh
1058
echo "Tests complete."
1059
0 commit comments