Kreuzzelg commited on
Commit
f2ccba2
·
verified ·
1 Parent(s): 233dd5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ library_name: colibri
19
  a coding model that shares the Qwen3.6-35B-A3B architecture (`qwen3_5_moe`,
20
  35B total / 3B active, 40 layers, 256 experts top-8, hybrid Gated Attention +
21
  Gated DeltaNet). Experts are quantized to **group-scaled int4** (`expert_gs=64`,
22
- one f32 scale per 64 input elements per row, ~22 GB), the higher-accuracy
23
  variant of colibri's int4 format: on the sibling base model the same pipeline
24
  cut first-token logit error by **~44 %** vs per-row scaling (see
25
  [`qwen36-35b-a3b-colibri-i4-gs64`](https://huggingface.co/Kreuzzelg/qwen36-35b-a3b-colibri-i4-gs64)).
@@ -55,7 +55,7 @@ separate open release. Reported numbers differ substantially:
55
 
56
  ## Which commits you need
57
 
58
- The qwen36 engine is not merged upstream yet; pick the branch matching your
59
  setup (all on [github.com/kreuzzelg/colibri](https://github.com/kreuzzelg/colibri)):
60
 
61
  | Setup | Branch / commit | Upstream status |
 
19
  a coding model that shares the Qwen3.6-35B-A3B architecture (`qwen3_5_moe`,
20
  35B total / 3B active, 40 layers, 256 experts top-8, hybrid Gated Attention +
21
  Gated DeltaNet). Experts are quantized to **group-scaled int4** (`expert_gs=64`,
22
+ one f32 scale per 64 input elements per row, about 22 GB), the higher-accuracy
23
  variant of colibri's int4 format: on the sibling base model the same pipeline
24
  cut first-token logit error by **~44 %** vs per-row scaling (see
25
  [`qwen36-35b-a3b-colibri-i4-gs64`](https://huggingface.co/Kreuzzelg/qwen36-35b-a3b-colibri-i4-gs64)).
 
55
 
56
  ## Which commits you need
57
 
58
+ The qwen3.6 engine is not merged upstream yet; pick the branch matching your
59
  setup (all on [github.com/kreuzzelg/colibri](https://github.com/kreuzzelg/colibri)):
60
 
61
  | Setup | Branch / commit | Upstream status |