GauravGosain commited on
Commit
1af922d
·
verified ·
1 Parent(s): e4ee1ee

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,4 +50,4 @@ Qwen3.5 is a hybrid linear-attention architecture; keep `-ctxcp` low because eac
50
 
51
  The speedup tracks output predictability; editing existing code is the best case (mean draft length 13.7 of 15). Freeform prose drops to about 0.15 acceptance, still a net win. Both models plus buffers need about 6.5 GB free VRAM and a low fit margin (`-fitt 256`); if the target spills layers to CPU, speculation goes net-negative.
52
 
53
- Also works on Apple Silicon via [dflash-mlx](https://github.com/bstnxbt/dflash-mlx): on an M3 Pro 18 GB, code editing goes 28 to 52 tok/s (1.87x) and fresh generation 28 to 41 tok/s (1.46x) with `--draft-quant w4`. Setup scripts in the [GitHub repo](https://github.com/Gaurav-Gosain/qwopus-dflash).
 
50
 
51
  The speedup tracks output predictability; editing existing code is the best case (mean draft length 13.7 of 15). Freeform prose drops to about 0.15 acceptance, still a net win. Both models plus buffers need about 6.5 GB free VRAM and a low fit margin (`-fitt 256`); if the target spills layers to CPU, speculation goes net-negative.
52
 
53
+ Also works on Apple Silicon via [dflash-mlx](https://github.com/bstnxbt/dflash-mlx): on an M3 Pro 18 GB, code editing goes 28 to 55 tok/s (1.95x) and fresh generation 28 to 42 tok/s (1.49x) with `--draft-quant w4 --block-tokens 8`. Setup scripts in the [GitHub repo](https://github.com/Gaurav-Gosain/qwopus-dflash).