hekmon commited on
Commit
b778364
·
verified ·
1 Parent(s): f538d0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -200,7 +200,7 @@ docker run --rm --name 'Qwen3.6-35B-A3B-NVFP4' \
200
  | `--max-num-seqs` | `≤32` | Limit concurrent sequences, can not be higher than max-cudagraph-capture-size | Included above |
201
  | `--max-num-batched-tokens` | `2048` | Reduce activation buffers | Saves ~350 MiB |
202
 
203
- About the `--speculative-config '{"method": "mtp", "num_speculative_tokens": 1}'`: this will speed up generation in a low concurrent users/requests scenario but the MTP layers eat ~800M of your VRAM decreasing the space available for the KV cache (equivalent to roughly ~26,400 tokens). Because the purpose here was to save VRAM we did not include it. But in the end, it is up to you to decide if you prefer faster inference with a lower KV cache and slower inference with a bigger KV cache.
204
 
205
  #### Windows with Docker for WSL
206
 
 
200
  | `--max-num-seqs` | `≤32` | Limit concurrent sequences, can not be higher than max-cudagraph-capture-size | Included above |
201
  | `--max-num-batched-tokens` | `2048` | Reduce activation buffers | Saves ~350 MiB |
202
 
203
+ About the `--speculative-config '{"method": "mtp", "num_speculative_tokens": 1}'`: this will speed up generation in a low concurrent users/requests scenario but the MTP layers eat ~1.69G of your VRAM decreasing the space available for the KV cache (equivalent to roughly ~26,400 tokens). Because the purpose here was to save VRAM we did not include it. But in the end, it is up to you to decide if you prefer faster inference with a lower KV cache and slower inference with a bigger KV cache.
204
 
205
  #### Windows with Docker for WSL
206