Views
No views yet
| Metric | Value |
|---|---|
| fp16 PPL | 1.45 |
| TQ8 PPL | 1.46 |
| PPL delta | 0.18% |
| Compression | 56% of original size |
| Property | Value |
|---|---|
| Method | TurboQuant 4+4 residual (8 effective bits) |
| Rotation | Walsh-Hadamard with hash-based signs |
| Codebooks | Per-layer Lloyd-Max fitted |
| Sensitive layers | First/last 4 at fp16 |
| Block size | Adaptive (largest power-of-2 dividing in_features) |
1# Serve via SwiftLM (dequants to BF16 on first load, cached for subsequent runs)
2SwiftLM --model ekovshilovsky/Qwen3.5-27B-TQ8 --port 5413
3
4# Dequant to fp16 for use with any MLX/HuggingFace loader
5tq-dequant ./Qwen3.5-27B-TQ8 ./Qwen3.5-27B-fp16