-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Model] Add DeepSeek-R1-Distill and Hermes-3-Llama-3.2 (#652)
This PR adds the following models to the prebuilt list: - `DeepSeek-R1-Distill-Qwen-7B-q4f16_1-MLC` - `DeepSeek-R1-Distill-Qwen-7B-q4f32_1-MLC` - `DeepSeek-R1-Distill-Llama-8B-q4f16_1-MLC` - `DeepSeek-R1-Distill-Llama-8B-q4f32_1-MLC` - `Hermes-3-Llama-3.2-3B-q4f16_1-MLC` - `Hermes-3-Llama-3.2-3B-q4f32_1-MLC` We will add `DeepSeek-R1-Distill-Qwen-1.5B` afterward, which is currently experiencing correctness issues. Separately, we fix the handling of `role_content_sep` and `role_empty_sep` when it is `""`, which evaluates to false (currently we make it `": "`, which is inconsistent with what the model expects).
- Loading branch information
1 parent
8b77b3d
commit 808685b
Showing
2 changed files
with
123 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