txgsync commited on
Commit
ae019f3
·
verified ·
1 Parent(s): 20ef5a6

Document oQ4e imatrix mapping fix

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -17,8 +17,7 @@ tags:
17
 
18
  # Maple Preview — oQ4e MLX quantization
19
 
20
- > [!WARNING]
21
- > **Do not use this checkpoint right now.** Initial testing indicates that this oQ4e conversion can become incoherent or enter repetitive thinking loops on ordinary prompts, even though the BF16 and oQ8e conversions are coherent. Investigation is ongoing; use the BF16 or oQ8e repository instead.
22
 
23
  This repository contains an enhanced mixed-precision oQ4e MLX quantization of [`deepgrove/maple-preview`](https://huggingface.co/deepgrove/maple-preview), converted from the BF16 safetensors with oMLX.
24
 
 
17
 
18
  # Maple Preview — oQ4e MLX quantization
19
 
20
+ > **Fix note:** Initial testing found incoherence and repetitive thinking loops because Maple's routed expert tensors were not receiving their corresponding iMatrix weighting; this replacement applies the missing expert/fused-attention iMatrix mapping and has been runtime-tested.
 
21
 
22
  This repository contains an enhanced mixed-precision oQ4e MLX quantization of [`deepgrove/maple-preview`](https://huggingface.co/deepgrove/maple-preview), converted from the BF16 safetensors with oMLX.
23