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 b44f679 commit 3a9849aCopy full SHA for 3a9849a
android/MLCChat/app/src/main/assets/app-config.json
@@ -1,9 +1,14 @@
1
{
2
"model_libs": [
3
+ "Llama-2-7b-chat-hf-q4f16_0",
4
"Llama-2-7b-chat-hf-q4f16_1",
5
"RedPajama-INCITE-Chat-3B-v1-q4f16_1"
6
],
7
"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
+ },
12
13
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-Llama-2-7b-chat-hf-q4f16_1/",
14
"local_id": "Llama-2-7b-chat-hf-q4f16_1"
0 commit comments