AesSedai commited on
Commit
85b8463
·
verified ·
1 Parent(s): aae088e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -3,7 +3,10 @@ base_model:
3
  - Qwen/Qwen3.6-35B-A3B
4
  ---
5
  ## Updates
6
- - 05-18-26: ~~I have re-uploaded all quants with MTP tensors (@ Q8_0) now included.~~ Edit: I forgot to do `--fuse-gate-up-exp` so the quants are missing imatrix for some weights. Redoing and re-uploading. Will update when complete.
 
 
 
7
 
8
  ## Description
9
  This repo contains specialized MoE-quants for Qwen3.6-35B-A3B. The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model,
 
3
  - Qwen/Qwen3.6-35B-A3B
4
  ---
5
  ## Updates
6
+ - 05-18-26:
7
+ - ~~I have re-uploaded all quants with MTP tensors (@ Q8_0) now included.~~
8
+ - ~~Edit: I forgot to do `--fuse-gate-up-exp` so the quants are missing imatrix for some weights. Redoing and re-uploading. Will update when complete.~~
9
+ - Fixed, quants are now properly fused + imatrixed + have MTP!
10
 
11
  ## Description
12
  This repo contains specialized MoE-quants for Qwen3.6-35B-A3B. The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model,