# 快速冒烟配置:限制生成长度,让传统 benchmark 在慢端点上也能快速跑完流程。 # 用法: python bash/run.py --config config/smoke_fast.yaml --datasets --limit N ... mmlu: generation_config: temperature: 0.0 top_p: 1.0 stream: true max_tokens: 64 gsm8k: generation_config: temperature: 0.0 top_p: 1.0 stream: true max_tokens: 128