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:
@@ -8,14 +8,17 @@ command:
|
|||||||
- --served-model-name
|
- --served-model-name
|
||||||
- llm
|
- llm
|
||||||
- --max-model-len
|
- --max-model-len
|
||||||
- '256000'
|
- '80000'
|
||||||
- --gpu-memory-utilization
|
- --gpu-memory-utilization
|
||||||
- '0.9'
|
- '0.95'
|
||||||
- --trust-remote-code
|
- --trust-remote-code
|
||||||
- -tp
|
- -tp
|
||||||
- '4'
|
- '4'
|
||||||
- --max-num-seqs
|
- --max-num-seqs
|
||||||
- '1'
|
- '2'
|
||||||
|
- --max-num-batched-tokens
|
||||||
|
- '4096'
|
||||||
|
- --enable-chunked-prefill
|
||||||
- --disable-log-requests
|
- --disable-log-requests
|
||||||
- --disable-frontend-multiprocessing
|
- --disable-frontend-multiprocessing
|
||||||
- --enforce-eager
|
- --enforce-eager
|
||||||
|
|||||||
Reference in New Issue
Block a user