Luigi commited on
Commit
7f654b2
·
verified ·
1 Parent(s): 15b78c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -50,10 +50,10 @@ MODELS = {
50
  # "Qwen3-235B-A22B-Thinking": { ... },
51
 
52
  # 32.8B total parameters
53
- "Qwen3-32B-AWQ": {
54
- "repo_id": "Qwen/Qwen3-32B-AWQ",
55
- "description": "4-bit AWQ quantized dense causal language model with 32.8B total parameters (31.2B non-embedding), 64 layers, 64 query heads & 8 KV heads, native 32,768-token context (extendable to 131,072 via YaRN). Features seamless switching between thinking mode (for complex reasoning, math, coding) and non-thinking mode (for efficient dialogue), strong multilingual support (100+ languages), and leading open-source agent capabilities."
56
- },
57
 
58
  # 14.8B total parameters
59
  "Qwen3-14B": {
 
50
  # "Qwen3-235B-A22B-Thinking": { ... },
51
 
52
  # 32.8B total parameters
53
+ # "Qwen3-32B-AWQ": {
54
+ # "repo_id": "Qwen/Qwen3-32B-AWQ",
55
+ # "description": "4-bit AWQ quantized dense causal language model with 32.8B total parameters (31.2B non-embedding), 64 layers, 64 query heads & 8 KV heads, native 32,768-token context (extendable to 131,072 via YaRN). Features seamless switching between thinking mode (for complex reasoning, math, coding) and non-thinking mode (for efficient dialogue), strong multilingual support (100+ languages), and leading open-source agent capabilities."
56
+ # },
57
 
58
  # 14.8B total parameters
59
  "Qwen3-14B": {