Update README.md

This commit is contained in:
tclf90 2025-10-28 01:08:47 +00:00
parent 89e681a7bb
commit 4bdec3d4af

View File

@ -205,8 +205,8 @@ vllm serve \
tclf90/MiniMax-M2-AWQ \ tclf90/MiniMax-M2-AWQ \
--served-model-name MY_MODEL \ --served-model-name MY_MODEL \
--enable-auto-tool-choice \ --enable-auto-tool-choice \
--tool-call-parser hermes \ --tool-call-parser minimax_m2 \
--reasoning-parser deepseek_r1 \ --reasoning-parser minimax_m2_append_think \
--swap-space 16 \ --swap-space 16 \
--max-num-seqs 32 \ --max-num-seqs 32 \
--max-model-len $CONTEXT_LENGTH \ --max-model-len $CONTEXT_LENGTH \