Spaces:
Running
Running
remove qwen3 30ba3b & 32b, but add 14b
Browse files- app.py +2 -2
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -24,8 +24,8 @@ cancel_event = threading.Event()
|
|
| 24 |
# Torch-Compatible Model Definitions with Adjusted Descriptions
|
| 25 |
# ------------------------------
|
| 26 |
MODELS = {
|
| 27 |
-
"Qwen/Qwen3-
|
| 28 |
-
"Qwen/Qwen3-32B-FP8": {"repo_id": "Qwen/Qwen3-32B-FP8", "description": "Qwen/Qwen3-32B-FP8"},
|
| 29 |
"DeepSeek-R1-0528-Qwen3-8B": {"repo_id": "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B", "description": "DeepSeek-R1-0528-Qwen3-8B"},
|
| 30 |
"Nemotron-Research-Reasoning-Qwen-1.5B": {"repo_id": "nvidia/Nemotron-Research-Reasoning-Qwen-1.5B", "description": "Nemotron-Research-Reasoning-Qwen-1.5B"},
|
| 31 |
"Qwen2.5-Taiwan-1.5B-Instruct": {"repo_id": "benchang1110/Qwen2.5-Taiwan-1.5B-Instruct", "description": "Qwen2.5-Taiwan-1.5B-Instruct"},
|
|
|
|
| 24 |
# Torch-Compatible Model Definitions with Adjusted Descriptions
|
| 25 |
# ------------------------------
|
| 26 |
MODELS = {
|
| 27 |
+
"Qwen/Qwen3-14B-FP8": {"repo_id": "Qwen/Qwen3-14B-FP8", "description": "Qwen/Qwen3-14B-FP8"},
|
| 28 |
+
#"Qwen/Qwen3-32B-FP8": {"repo_id": "Qwen/Qwen3-32B-FP8", "description": "Qwen/Qwen3-32B-FP8"},
|
| 29 |
"DeepSeek-R1-0528-Qwen3-8B": {"repo_id": "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B", "description": "DeepSeek-R1-0528-Qwen3-8B"},
|
| 30 |
"Nemotron-Research-Reasoning-Qwen-1.5B": {"repo_id": "nvidia/Nemotron-Research-Reasoning-Qwen-1.5B", "description": "Nemotron-Research-Reasoning-Qwen-1.5B"},
|
| 31 |
"Qwen2.5-Taiwan-1.5B-Instruct": {"repo_id": "benchang1110/Qwen2.5-Taiwan-1.5B-Instruct", "description": "Qwen2.5-Taiwan-1.5B-Instruct"},
|
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
wheel
|
| 2 |
streamlit
|
| 3 |
-
|
| 4 |
gradio>=4.0.0
|
| 5 |
torch==2.4.0
|
| 6 |
transformers
|
|
|
|
| 1 |
wheel
|
| 2 |
streamlit
|
| 3 |
+
ddgs
|
| 4 |
gradio>=4.0.0
|
| 5 |
torch==2.4.0
|
| 6 |
transformers
|