Skip to content

Commit 3a9849a

Browse files
[Android] Add Llama2 q4f16_0 (mlc-ai#1041)
llama2 q4f160
1 parent b44f679 commit 3a9849a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/MLCChat/app/src/main/assets/app-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"model_libs": [
3+
"Llama-2-7b-chat-hf-q4f16_0",
34
"Llama-2-7b-chat-hf-q4f16_1",
45
"RedPajama-INCITE-Chat-3B-v1-q4f16_1"
56
],
67
"model_list": [
8+
{
9+
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-Llama-2-7b-chat-hf-q4f16_0/",
10+
"local_id": "Llama-2-7b-chat-hf-q4f16_0"
11+
},
712
{
813
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-Llama-2-7b-chat-hf-q4f16_1/",
914
"local_id": "Llama-2-7b-chat-hf-q4f16_1"

0 commit comments

Comments
 (0)