olka-fi commited on
Commit
9a89092
·
verified ·
1 Parent(s): 26b87c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -31,12 +31,7 @@ are quantized to 4-bit; everything quality-sensitive stays BF16.
31
  > backends (`flashinfer_trtllm` / `cutlass` / `cutedsl`) are **W4A4** and *reject a
32
  > weight-only scheme* — `--moe-backend flashinfer_trtllm` fails with
33
  > `kernel does not support QuantKey(u8, scale(f8e4m3))`, so vLLM auto-selects MARLIN.
34
- >
35
- > **Consequence:** measured **~26% slower** than the MXFP4 sibling with MTP
36
- > (**674 vs 849 tok/s**, aggregate at concurrency 16 on one B300). If throughput
37
- > matters, prefer [**`olka-fi/Hy3-MXFP4`**](https://huggingface.co/olka-fi/Hy3-MXFP4),
38
- > which runs on the standard MXFP4 path. A FlashInfer-capable W4A4 variant needs
39
- > activation calibration (planned separately — see [below](#serving-with-vllm)).
40
 
41
  | | |
42
  |---|---|
 
31
  > backends (`flashinfer_trtllm` / `cutlass` / `cutedsl`) are **W4A4** and *reject a
32
  > weight-only scheme* — `--moe-backend flashinfer_trtllm` fails with
33
  > `kernel does not support QuantKey(u8, scale(f8e4m3))`, so vLLM auto-selects MARLIN.
34
+
 
 
 
 
 
35
 
36
  | | |
37
  |---|---|