Skip to content

Commit 3d07172

Browse files
committed
Fix
1 parent 8eaa244 commit 3d07172

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/llm-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
api-level: ${{ env.API_LEVEL }}
9191
arch: ${{ env.ARCH }}
9292
force-avd-creation: false
93-
ram-size: 6144M
93+
ram-size: 16384M
9494
emulator-options: ${{ env.EMULATOR_OPTIONS }}
9595
disable-animations: false
9696
working-directory: llm/android/LlamaDemo
@@ -102,7 +102,7 @@ jobs:
102102
api-level: ${{ env.API_LEVEL }}
103103
arch: ${{ env.ARCH }}
104104
force-avd-creation: false
105-
ram-size: 6144M
105+
ram-size: 16384M
106106
emulator-options: -no-snapshot-save ${{ env.EMULATOR_OPTIONS }}
107107
disable-animations: true
108108
working-directory: llm/android/LlamaDemo

0 commit comments

Comments
 (0)