Claude b3f2e4d970 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
2026-08-10 10:55:36 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-07 07:47:01 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%