Skip to content

Commit 9eff323

Browse files
committed
Fix
1 parent 660b493 commit 9eff323

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/llm-android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
disable-animations: true
108108
working-directory: llm/android/LlamaDemo
109109
script: |
110+
adb shell mkdir -p /data/local/tmp/llama/
110111
adb push /tmp/llama-models/model.pte /data/local/tmp/llama/
111112
adb push /tmp/llama-models/tokenizer.model /data/local/tmp/llama/
112113
./gradlew connectedCheck -PskipModelDownload=true

0 commit comments

Comments
 (0)