Skip to content

Commit

Permalink
chore: add deepseek distilled models to constant.py (#70)
Browse files Browse the repository at this point in the history
* chore: add deepseek distilled models to constant.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
vatsalkshah and pre-commit-ci[bot] authored Jan 28, 2025
1 parent fffae48 commit 5b377e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,11 @@
"microsoft/Phi-3.5-mini-instruct",
"microsoft/Phi-3-mini-4k-instruct",
"microsoft/Phi-3-medium-4k-instruct",
# deepseek
"deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
"deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
"deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
"deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
"deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
"deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
]

0 comments on commit 5b377e9

Please sign in to comment.