AesSedai commited on
Commit
0af6191
·
verified ·
1 Parent(s): b495302

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,8 +3,8 @@ base_model:
3
  - Qwen/Qwen3.5-122B-A10B
4
  ---
5
  ## Updates
6
- ### 3/10/2026
7
- I've uploaded new quants using the new fused Up + Gate conversion, this offers up to a +10% boost in prompt processing speed from my testing.
8
 
9
  ## Description
10
  This repo contains specialized MoE-quants for Qwen3.5-122B-A10B. The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model, it should be possible to achieve a better quality while keeping the overall size of the entire model smaller compared to a similar naive quantization. To that end, the quantization type default is kept in high quality and the FFN UP + FFN GATE tensors are quanted down along with the FFN DOWN tensors.
 
3
  - Qwen/Qwen3.5-122B-A10B
4
  ---
5
  ## Updates
6
+ - 5/18/2026: I've uploaded new quants that include the MTP Tensors (@ Q8_0).
7
+ - 3/10/2026: I've uploaded new quants using the new fused Up + Gate conversion, this offers up to a +10% boost in prompt processing speed from my testing.
8
 
9
  ## Description
10
  This repo contains specialized MoE-quants for Qwen3.5-122B-A10B. The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model, it should be possible to achieve a better quality while keeping the overall size of the entire model smaller compared to a similar naive quantization. To that end, the quantization type default is kept in high quality and the FFN UP + FFN GATE tensors are quanted down along with the FFN DOWN tensors.