@@ -37,14 +37,14 @@ models:
3737 VLLM_ROCM_USE_AITER_MOE : " 1"
3838 VLLM_ROCM_USE_AITER_RMSNORM : " 1"
3939 VLLM_ROCM_USE_AITER_FUSION_SHARED_EXPERTS : " 0"
40+ VLLM_ROCM_USE_AITER_FP8BMM : " false"
4041 base_flags : " --trust-remote-code --kv-cache-dtype fp8"
4142 prefill :
4243 tp : " --gpu-memory-utilization 0.85"
4344 ep : " --gpu-memory-utilization 0.85 --enforce-eager"
4445 decode :
4546 tp : " --gpu-memory-utilization 0.85"
46- # ep: '--gpu-memory-utilization 0.75 --enforce-eager'
47- ep : ' --gpu-memory-utilization 0.75 --compilation-config {"cudagraph_mode":"PIECEWISE","custom_ops":["+quant_fp8"]}'
47+ ep : ' --gpu-memory-utilization 0.75 --compilation-config {"cudagraph_mode":"FULL_DECODE_ONLY","custom_ops":["+quant_fp8"]}'
4848
4949 - model : MiniMax-M3-MXFP8
5050 env :
@@ -53,23 +53,29 @@ models:
5353 VLLM_ROCM_USE_AITER_RMSNORM : " 1"
5454 VLLM_USE_BREAKABLE_CUDAGRAPH : " 0"
5555 VLLM_ROCM_QUICK_REDUCE_QUANTIZATION : " INT6"
56+ VLLM_KV_CACHE_LAYOUT : " HND"
5657 base_flags : " --trust-remote-code --attention-backend TRITON_ATTN --block-size 128 --language-model-only --kv-cache-dtype fp8"
5758 prefill :
5859 tp : " --gpu-memory-utilization 0.85 --enforce-eager"
60+ ep : " --gpu-memory-utilization 0.85 --enforce-eager"
5961 decode :
6062 tp : " --gpu-memory-utilization 0.85"
63+ ep : ' --gpu-memory-utilization 0.75 --compilation-config {"cudagraph_mode":"FULL_DECODE_ONLY","custom_ops":["+quant_fp8"]}'
6164
6265 - model : DeepSeek-R1-MXFP4
6366 env :
6467 VLLM_ROCM_USE_AITER : " 1"
6568 VLLM_ROCM_USE_AITER_MLA : " 1"
6669 VLLM_ROCM_USE_AITER_MOE : " 1"
6770 VLLM_ROCM_USE_AITER_RMSNORM : " 1"
71+ VLLM_ROCM_USE_AITER_FP8BMM : " false"
6872 base_flags : " --trust-remote-code --kv-cache-dtype fp8"
6973 prefill :
7074 tp : " --gpu-memory-utilization 0.85"
75+ ep : " --gpu-memory-utilization 0.85 --enforce-eager"
7176 decode :
7277 tp : " --gpu-memory-utilization 0.85"
78+ ep : ' --gpu-memory-utilization 0.75 --compilation-config {"cudagraph_mode":"FULL_DECODE_ONLY","custom_ops":["+quant_fp8"]}'
7379
7480 - model : Kimi-K2.5-MXFP4
7581 env :
@@ -79,8 +85,10 @@ models:
7985 base_flags : " --trust-remote-code"
8086 prefill :
8187 tp : " --gpu-memory-utilization 0.85"
88+ ep : " --gpu-memory-utilization 0.85 --enforce-eager"
8289 decode :
8390 tp : " --gpu-memory-utilization 0.85"
91+ ep : ' --gpu-memory-utilization 0.75 --compilation-config {"cudagraph_mode":"FULL_DECODE_ONLY","custom_ops":["+quant_fp8"]}'
8492
8593 - model : Kimi-K2.6-MXFP4
8694 env :
@@ -89,9 +97,25 @@ models:
8997 VLLM_ROCM_USE_AITER_MLA : " 1"
9098 VLLM_ROCM_QUICK_REDUCE_QUANTIZATION : " INT4"
9199 VLLM_ROCM_USE_SKINNY_GEMM : " 0"
92- VLLM_ROCM_USE_AITER_FUSION_SHARED_EXPERTS : " 1"
93100 base_flags : " --trust-remote-code --kv-cache-dtype fp8 --mm-encoder-tp-mode data --block-size 1 --attention-backend ROCM_AITER_MLA"
94101 prefill :
95102 tp : " --gpu-memory-utilization 0.9"
103+ ep : " --gpu-memory-utilization 0.85 --enforce-eager"
96104 decode :
97105 tp : " --gpu-memory-utilization 0.9"
106+ ep : ' --gpu-memory-utilization 0.75 --compilation-config {"cudagraph_mode":"FULL_DECODE_ONLY","custom_ops":["+quant_fp8"]}'
107+
108+ - model : GLM-5.2-FP8
109+ env :
110+ VLLM_ROCM_USE_AITER : " 1"
111+ VLLM_ROCM_USE_AITER_MLA : " 1"
112+ VLLM_ROCM_USE_AITER_MOE : " 1"
113+ VLLM_ROCM_USE_AITER_RMSNORM : " 1"
114+ VLLM_ROCM_USE_AITER_FUSION_SHARED_EXPERTS : " 0"
115+ base_flags : " --trust-remote-code --kv-cache-dtype fp8"
116+ prefill :
117+ tp : " --gpu-memory-utilization 0.85"
118+ ep : " --gpu-memory-utilization 0.85 --enforce-eager"
119+ decode :
120+ tp : " --gpu-memory-utilization 0.85"
121+ ep : ' --gpu-memory-utilization 0.85 --compilation-config {"cudagraph_mode":"PIECEWISE"}'
0 commit comments