[NV] minimaxm2.5 fp8 b300 vllm update#1106
Conversation
|
Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook If it is not, please create a PR first before we can merge your PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you PR authors are responsible for ensuring that after merging, all GitHub Action jobs fully pass. A lot of the time, failures are just flakes and simply re-running the failed jobs will fix it. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow If additional help is needed, PR authors can reach out to core maintainers over Slack. |
|
@claude - add PR description |
|
Claude finished @hshrivastava-droid's task in 44s —— View job Adding PR Description
PR description has been added. It covers:
|
| PORT=${PORT:-8888} | ||
|
|
||
| export VLLM_FLASHINFER_ALLREDUCE_BACKEND=mnnvl | ||
| export VLLM_FLOAT32_MATMUL_PRECISION=high |
There was a problem hiding this comment.
can u update the vllm recipe?
|
vllm recipe- vllm-project/recipes#353 |
|
@functionstackx - could you please review this? |
1 similar comment
|
@functionstackx - could you please review this? |
Summary
Updates the MiniMax-M2.5 FP8 B300 vLLM benchmark configuration and environment variables:
VLLM_FLASHINFER_ALLREDUCE_BACKEND=mnnvlwithVLLM_FLOAT32_MATMUL_PRECISION=highin the benchmark scriptdp-attnat very high concurrency (1024–2048)perf-changelog.yamlentry documenting the env var changesChanged Files
benchmarks/single_node/minimaxm2.5_fp8_b300.shVLLM_FLASHINFER_ALLREDUCE_BACKEND=mnnvltoVLLM_FLOAT32_MATMUL_PRECISION=high.github/configs/nvidia-master.yamlminimaxm2.5-fp8-b300-vllm(both 1k/1k and 8k/1k)perf-changelog.yamlTest Plan
minimaxm2.5-fp8-b300-vllmto validate new search-space configurationsVLLM_FLOAT32_MATMUL_PRECISION=highenv var produces expected performance results