File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/demo-apps/android/LlamaDemo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
android-app-archive : https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifact/app-debug.apk
103
103
android-test-archive : https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifact/app-debug-androidTest.apk
104
104
# The test spec can be downloaded from https://ossci-assets.s3.amazonaws.com/android-llama2-device-farm-test-spec.yml
105
- test-spec : arn:aws:devicefarm:us-west-2:308535385114:upload:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/e0e7318a-e3a2-4604-996c-f2762569c46b
105
+ test-spec : https://ossci-assets.s3.amazonaws.com/android-llama2-device-farm-test-spec.yml
106
106
# The exported llama2 model and its tokenizer, can be downloaded from https://ossci-assets.s3.amazonaws.com/executorch-android-llama2-7b.zip.
107
107
# Among the input, this is the biggest file and uploading it to AWS beforehand makes the test run much faster
108
108
extra-data : arn:aws:devicefarm:us-west-2:308535385114:upload:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/bd15825b-ddab-4e47-9fef-a9c8935778dd
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ phases:
52
52
then
53
53
OBSERVED_TPS=$(grep "The observed TPS " $INSTRUMENT_LOG | tail -n 1)
54
54
55
- if [ -n $ OBSERVED_TPS ];
55
+ if [ -n "${ OBSERVED_TPS}" ];
56
56
then
57
57
echo "[PyTorch] ${OBSERVED_TPS}";
58
58
else
You can’t perform that action at this time.
0 commit comments