Views
No views yet
--speculative-config '{"method": "mtp", "num_speculative_tokens": N}' when launching the API server.1python -m vllm.entrypoints.openai.api_server --model $model \
2 --tensor-parallel-size 4 \
3 --dtype auto \
4 --gpu-memory-utilization 0.9 \
5 --reasoning-parser qwen3 \
6 --port $PORT \
7 --max-model-len 655361python -m lm_eval --model local-chat-completions \
2 --model_args base_url=http://localhost:$PORT/v1/chat/completions,model=${model},tokenized_requests=False \
3 --tasks ifeval \
4 --batch_size 1 \
5 --apply_chat_template \
6 --gen_kwargs '{"chat_template_kwargs": {"enable_thinking": false}, "max_tokens": 8192}'| Model | IFeval | GSM8K | HumanEval | AVG |
|---|---|---|---|---|
| Qwen3.5-122B-A10B | 94.7 | 97.0 | 95.1 | 95.6 |
| Qwen3.5-122B-A10B-REAM | 93.4 | 96.3 | 93.3 | 94.3 |