Skip to content

Commit 0b147e6

Browse files
committed
Clr dir
1 parent 29560f0 commit 0b147e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/llm-android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ jobs:
116116
working-directory: llm/android/LlamaDemo
117117
script: |
118118
adb shell cat /proc/meminfo | head -5
119+
adb shell rm -rf /data/local/tmp/llama
120+
adb shell mkdir -p /data/local/tmp/llama
119121
adb logcat -c && adb logcat > /tmp/logcat.txt &
120122
LOGCAT_PID=$!
121123
if [ "$MODEL_PRESET" = "custom" ]; then GRADLE_ARGS="-PmodelPreset=$MODEL_PRESET -PcustomPteUrl=$CUSTOM_PTE_URL -PcustomTokenizerUrl=$CUSTOM_TOKENIZER_URL"; else GRADLE_ARGS="-PmodelPreset=$MODEL_PRESET"; fi

0 commit comments

Comments
 (0)