yuxinlu1 commited on
Commit
f09d355
ยท
verified ยท
1 Parent(s): a466c6d

Drop Q2_K from this release; move note to Announcements (failed stress-testing, Q3_K_M is the floor)

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -15,16 +15,6 @@ tags: [gemma4, coding, agentic, terminal, tool-use, reasoning, thinking, gguf, l
15
 
16
  ---
17
 
18
- ## โš ๏ธ Heads-up โ€” **Q2_K temporarily pulled** (please read)
19
-
20
- **Huge thanks to the community for the fast feedback! ๐Ÿ™** A serious bug was found in the **Q2_K** quant โ€” it outputs
21
- **garbled gibberish**. The cause is the *quantization*, **not the model weights**: Gemma 4's very large vocabulary
22
- (~262K tokens) makes a plain **Q2_K (without an imatrix) collapse into nonsense**. So **Q2_K has been temporarily
23
- removed** while I rebuild it properly (with an imatrix). โœ… **Every other quant โ€” Q3_K_M, Q4_K_M, Q6_K, Q8_0 โ€” is
24
- verified clean.** For now please grab **Q4_K_M (recommended)** or higher. ๐Ÿ› ๏ธ
25
-
26
- ---
27
-
28
  ## ๐Ÿ“Š The headline โ€” it works as an agent (tau2-bench)
29
 
30
  v2 is built for **coding + agentic** work โ€” writing code, running commands, using tools, debugging, multi-step
@@ -44,6 +34,12 @@ technical tasks. The clearest signal is **tau2-bench `telecom`**, an agentic too
44
 
45
  ## ๐Ÿš€ Announcements
46
 
 
 
 
 
 
 
47
  **๐Ÿ”ฎ v3 is already on the way.** Honestly? Even *I* didn't expect the post-training jump to be **this** large โ€” so I'm
48
  pushing further. v3 keeps the **coding + agentic** focus and aims higher still. Stay tuned! ๐ŸŽ‰
49
 
@@ -160,6 +156,8 @@ All reasoning is **distilled CoT** (see the personal note above on how the Fable
160
  | ๐ŸŸฃ **Q6_K** | **9.11 GB** | near-lossless |
161
  | โšช **Q8_0** | **11.8 GB** | basically full quality |
162
 
 
 
163
  ---
164
 
165
  ## ๐Ÿš€ How to run it
 
15
 
16
  ---
17
 
 
 
 
 
 
 
 
 
 
 
18
  ## ๐Ÿ“Š The headline โ€” it works as an agent (tau2-bench)
19
 
20
  v2 is built for **coding + agentic** work โ€” writing code, running commands, using tools, debugging, multi-step
 
34
 
35
  ## ๐Ÿš€ Announcements
36
 
37
+ **๐Ÿ“ฆ Q2_K is held back this release (please read).** The **Q2_K imatrix build is finished** โ€” but when I
38
+ **stress-tested** it on long, complex generations (think a full interactive web page), it **still gave me real
39
+ headaches**: it can wobble or fall apart on the harder stuff. **Q3_K_M holds up *far* better**, so for now I'm
40
+ **not shipping Q2_K** with this release โ€” it'll only come back once I've ironed out *every* issue. For the smallest
41
+ reliable option grab **Q3_K_M**; **Q4_K_M** is the recommended sweet spot. Huge thanks to everyone who flagged it. ๐Ÿ™
42
+
43
  **๐Ÿ”ฎ v3 is already on the way.** Honestly? Even *I* didn't expect the post-training jump to be **this** large โ€” so I'm
44
  pushing further. v3 keeps the **coding + agentic** focus and aims higher still. Stay tuned! ๐ŸŽ‰
45
 
 
156
  | ๐ŸŸฃ **Q6_K** | **9.11 GB** | near-lossless |
157
  | โšช **Q8_0** | **11.8 GB** | basically full quality |
158
 
159
+ > โ„น๏ธ *No **Q2_K** this release โ€” it didn't pass stress-testing yet (see Announcements). Smallest reliable quant = **Q3_K_M**.*
160
+
161
  ---
162
 
163
  ## ๐Ÿš€ How to run it