Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,10 +50,10 @@ MODELS = {
|
|
| 50 |
# "Qwen3-235B-A22B-Thinking": { ... },
|
| 51 |
|
| 52 |
# 32.8B total parameters
|
| 53 |
-
"Qwen3-32B-AWQ": {
|
| 54 |
-
|
| 55 |
-
|
| 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": {
|