forked from llSourcell/Doctor-Dignity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[iOS] Update config to use
q4f16_1
for RedPajama (#672)
This PR switches the iOS app config and scripts from `q4f16_0` quantization mode to `q4f16_1` quantization mode.
- Loading branch information
1 parent
502f680
commit fe27cf1
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"model_libs": [ | ||
"Llama-2-7b-chat-hf-q3f16_1", | ||
"RedPajama-INCITE-Chat-3B-v1-q4f16_0" | ||
"RedPajama-INCITE-Chat-3B-v1-q4f16_1" | ||
], | ||
"model_list": [ | ||
{ | ||
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-RedPajama-INCITE-Chat-3B-v1-q4f16_0/", | ||
"local_id": "RedPajama-INCITE-Chat-3B-v1-q4f16_0" | ||
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-RedPajama-INCITE-Chat-3B-v1-q4f16_1/", | ||
"local_id": "RedPajama-INCITE-Chat-3B-v1-q4f16_1" | ||
} | ||
], | ||
"add_model_samples": [ | ||
{ | ||
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-RedPajama-INCITE-Chat-3B-v1-q4f16_0/", | ||
"local_id": "RedPajama-INCITE-Chat-3B-v1-q4f16_0" | ||
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-RedPajama-INCITE-Chat-3B-v1-q4f16_1/", | ||
"local_id": "RedPajama-INCITE-Chat-3B-v1-q4f16_1" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters