Fizzarolli commited on
Commit
f2fce2d
·
verified ·
1 Parent(s): a3a7f1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -42,6 +42,14 @@ During testing, Designant punched well above its weight class in terms of active
42
 
43
  # Quantizations
44
 
 
 
 
 
 
 
 
 
45
  EXL3:
46
  - [our EXL3 collection](https://huggingface.co/collections/allura-quants/q3-30b-a3b-designant-exl3-6834d8b8c9e9cbffba5cf265)
47
 
@@ -52,7 +60,7 @@ GGUF:
52
  - [imatrix GGUFs by Bartowski](https://huggingface.co/bartowski/allura-org_Q3-30B-A3B-Designant-GGUF)
53
  - [Linear GGUFs by mradermacher](https://huggingface.co/mradermacher/Q3-30B-A3B-Designant-GGUF)
54
 
55
- <sup>Some users report issues with low-bit GGUF quants for Qwen3 MoE models. We'd recommend trying both imatrix and linear, as well as q5+ for proper quality.</sup>
56
 
57
  # Usage
58
 
 
42
 
43
  # Quantizations
44
 
45
+ <div style="background-color: #ff6961; padding: 10px 15px; display: flex; align-items: center; max-width: 100%; box-sizing: border-box; border-radius: 5px;">
46
+ <span style="color: yellow; font-size: 1.6em; margin-right: 10px; line-height: 1;">⚠️</span>
47
+ <span style="color: black; font-family: sans-serif; font-size: 1em;">
48
+ Warning: Quantization seems very janky with Qwen 3 MoE models. We recommend using full bf16 weights and vLLM, if possible.
49
+ </span>
50
+ </div>
51
+
52
+
53
  EXL3:
54
  - [our EXL3 collection](https://huggingface.co/collections/allura-quants/q3-30b-a3b-designant-exl3-6834d8b8c9e9cbffba5cf265)
55
 
 
60
  - [imatrix GGUFs by Bartowski](https://huggingface.co/bartowski/allura-org_Q3-30B-A3B-Designant-GGUF)
61
  - [Linear GGUFs by mradermacher](https://huggingface.co/mradermacher/Q3-30B-A3B-Designant-GGUF)
62
 
63
+ <sup>Some users report even more issues with low-bit GGUF quants for Qwen3 MoE models. We'd recommend trying both imatrix and linear, as well as q5+ for proper quality.</sup>
64
 
65
  # Usage
66