Skip to content

Commit 78b6e1f

Browse files
authored
[Android] Add Qwen2 support (#2548)
1 parent 961d5f1 commit 78b6e1f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

android/MLCChat/mlc-package-config.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
"model_id": "Phi-3-mini-4k-instruct-q4f16_1-MLC"
88
},
99
{
10-
"model": "HF://mlc-ai/Qwen1.5-1.8B-Chat-q4f16_1-MLC",
11-
"estimated_vram_bytes": 2398127702,
12-
"model_id": "Qwen1.5-1.8B-Chat-q4f16_1-MLC"
10+
"model": "HF://mlc-ai/Qwen2-1.5B-Instruct-q4f16_1-MLC",
11+
"estimated_vram_bytes": 3980990464,
12+
"model_id": "Qwen2-1.5B-Instruct-q4f16_1-MLC"
13+
1314
},
1415
{
1516
"model": "HF://mlc-ai/gemma-2b-it-q4f16_1-MLC",

docs/deploy/android.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The demo APK below is built for Samsung S23 with Snapdragon 8 Gen 2 chip.
1414

1515
.. image:: https://seeklogo.com/images/D/download-android-apk-badge-logo-D074C6882B-seeklogo.com.png
1616
:width: 135
17-
:target: https://github.com/mlc-ai/binary-mlc-llm-libs/releases/download/Android-06062024/mlc-chat.apk
17+
:target: https://github.com/mlc-ai/binary-mlc-llm-libs/releases/download/Android-06072024/mlc-chat.apk
1818

1919
Prerequisite
2020
------------

0 commit comments

Comments
 (0)