Skip to content

Commit 1881992

Browse files
authored
[Android] Updates the order of mode list and the APK link in the document (#2526)
[Android] Updates the default mode list and the APK link in the document 1. Qwen1.5-1.8B-Chat-q4f16_1-MLC
1 parent 9de380c commit 1881992

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"device": "android",
33
"model_list": [
4+
{
5+
"model": "HF://mlc-ai/Phi-3-mini-4k-instruct-q4f16_1-MLC",
6+
"estimated_vram_bytes": 4250586449,
7+
"model_id": "Phi-3-mini-4k-instruct-q4f16_1-MLC"
8+
},
9+
{
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"
13+
},
414
{
515
"model": "HF://mlc-ai/gemma-2b-it-q4f16_1-MLC",
616
"model_id": "gemma-2b-q4f16_1-MLC",
@@ -15,11 +25,6 @@
1525
"prefill_chunk_size": 256
1626
}
1727
},
18-
{
19-
"model": "HF://mlc-ai/RedPajama-INCITE-Chat-3B-v1-q4f16_1-MLC",
20-
"estimated_vram_bytes": 1948348579,
21-
"model_id": "RedPajama-INCITE-Chat-3B-v1-q4f16_1-MLC"
22-
},
2328
{
2429
"model": "HF://mlc-ai/Mistral-7B-Instruct-v0.3-q4f16_1-MLC",
2530
"estimated_vram_bytes": 4115131883,
@@ -28,11 +33,6 @@
2833
"sliding_window_size": 768,
2934
"prefill_chunk_size": 256
3035
}
31-
},
32-
{
33-
"model": "HF://mlc-ai/Phi-3-mini-4k-instruct-q4f16_1-MLC",
34-
"estimated_vram_bytes": 4250586449,
35-
"model_id": "Phi-3-mini-4k-instruct-q4f16_1-MLC"
3636
}
3737
]
3838
}

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-06042024/mlc-chat.apk
17+
:target: https://github.com/mlc-ai/binary-mlc-llm-libs/releases/download/Android-06062024/mlc-chat.apk
1818

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

0 commit comments

Comments
 (0)