Nvidia-NetanelHaber commited on
Commit
02fd987
·
verified ·
1 Parent(s): cc84af2

Explicitly set `VLLM_HUMMING_MOE_GEMM_TYPE=indexed` for humming, to prep for vllm main.

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -310,6 +310,7 @@ vllm serve --model $MODEL_CKPT \
310
  For max throughput deployments, use the following configuration, no speculative decoding strategy is best for this serving configuration, and due to memory constraints the Mamba cache `dtype` is set as FP16:
311
 
312
  ```shell
 
313
  vllm serve --model $MODEL_CKPT \
314
  --max-num-seqs 256 \
315
  --max-num-batched-tokens 16384 \
@@ -394,6 +395,7 @@ vllm serve --model $MODEL_CKPT \
394
  The same checkpoint also serves via W4A16 kernels, extending coverage to Ampere-class GPUs, like the A100 80GB:
395
 
396
  ```shell
 
397
  vllm serve --model nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 \
398
  --moe-backend humming \
399
  --linear-backend humming \
 
310
  For max throughput deployments, use the following configuration, no speculative decoding strategy is best for this serving configuration, and due to memory constraints the Mamba cache `dtype` is set as FP16:
311
 
312
  ```shell
313
+ VLLM_HUMMING_MOE_GEMM_TYPE=indexed \
314
  vllm serve --model $MODEL_CKPT \
315
  --max-num-seqs 256 \
316
  --max-num-batched-tokens 16384 \
 
395
  The same checkpoint also serves via W4A16 kernels, extending coverage to Ampere-class GPUs, like the A100 80GB:
396
 
397
  ```shell
398
+ VLLM_HUMMING_MOE_GEMM_TYPE=indexed \
399
  vllm serve --model nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 \
400
  --moe-backend humming \
401
  --linear-backend humming \