fix: computility-run.yaml — remove limit-mm-per-prompt, set max-model-len=80000

竞赛平台运行日志报错:
  ValueError: limit_mm_per_prompt is only supported for multimodal models

修复:
- 去掉 --limit-mm-per-prompt (Qwen3.6-35B-A3B 不是多模态模型)
- max-model-len: 256000 → 80000 (防 OOM)
- 恢复 --max-num-batched-tokens 4096 + --enable-chunked-prefill
- gpu-memory-utilization: 0.9 → 0.95
- max-num-seqs: 1 → 2
This commit is contained in:
Claude
2026-08-10 10:55:29 +00:00
parent 7185de5eef
commit b3f2e4d970

View File

@@ -8,14 +8,17 @@ command:
- --served-model-name
- llm
- --max-model-len
- '256000'
- '80000'
- --gpu-memory-utilization
- '0.9'
- '0.95'
- --trust-remote-code
- -tp
- '4'
- --max-num-seqs
- '1'
- '2'
- --max-num-batched-tokens
- '4096'
- --enable-chunked-prefill
- --disable-log-requests
- --disable-frontend-multiprocessing
- --enforce-eager