Luigi commited on
Commit
3a690c1
·
1 Parent(s): 8d42201

add qwe3 30ba3b awq & 30b awq

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -24,6 +24,8 @@ cancel_event = threading.Event()
24
  # Torch-Compatible Model Definitions with Adjusted Descriptions
25
  # ------------------------------
26
  MODELS = {
 
 
27
  "DeepSeek-R1-0528-Qwen3-8B": {"repo_id": "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B", "description": "DeepSeek-R1-0528-Qwen3-8B"},
28
  "Nemotron-Research-Reasoning-Qwen-1.5B": {"repo_id": "nvidia/Nemotron-Research-Reasoning-Qwen-1.5B", "description": "Nemotron-Research-Reasoning-Qwen-1.5B"},
29
  "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
+ "QuixiAI/Qwen3-30B-A3B-AWQ": {"repo_id": "QuixiAI/Qwen3-30B-A3B-AWQ", "description": "QuixiAI/Qwen3-30B-A3B-AWQ"},
28
+ "Qwen/Qwen3-32B-AWQ": {"repo_id": "Qwen/Qwen3-32B-AWQ", "description": "Qwen/Qwen3-32B-AWQ"},
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"},