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 8eaa244 commit 3d07172Copy full SHA for 3d07172
1 file changed
.github/workflows/llm-android.yml
@@ -90,7 +90,7 @@ jobs:
90
api-level: ${{ env.API_LEVEL }}
91
arch: ${{ env.ARCH }}
92
force-avd-creation: false
93
- ram-size: 6144M
+ ram-size: 16384M
94
emulator-options: ${{ env.EMULATOR_OPTIONS }}
95
disable-animations: false
96
working-directory: llm/android/LlamaDemo
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
emulator-options: -no-snapshot-save ${{ env.EMULATOR_OPTIONS }}
107
disable-animations: true
108
0 commit comments