Spaces:
Running
Running
add deepseek-ai/DeepSeek-R1-Zero
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ llm_models = [
|
|
17 |
"meta-llama/Meta-Llama-3-8B-Instruct",
|
18 |
"mistralai/Mistral-7B-Instruct-v0.2",
|
19 |
"tiiuae/falcon-7b-instruct",
|
|
|
20 |
# "mistralai/Mixtral-8x22B-Instruct-v0.1", ## 281GB>10GB
|
21 |
# "NousResearch/Yarn-Mistral-7b-64k", ## 14GB>10GB
|
22 |
# "impira/layoutlm-document-qa", ## ERR
|
|
|
17 |
"meta-llama/Meta-Llama-3-8B-Instruct",
|
18 |
"mistralai/Mistral-7B-Instruct-v0.2",
|
19 |
"tiiuae/falcon-7b-instruct",
|
20 |
+
"deepseek-ai/DeepSeek-R1-Zero",
|
21 |
# "mistralai/Mixtral-8x22B-Instruct-v0.1", ## 281GB>10GB
|
22 |
# "NousResearch/Yarn-Mistral-7b-64k", ## 14GB>10GB
|
23 |
# "impira/layoutlm-document-qa", ## ERR
|