Views
No views yet
/chat/completions endpoint.1vllm serve Qwen3-30B-A3B \
2 -tp 1 \
3 --speculative-config '{
4 "model": "RedHatAI/Qwen3-30B-A3B-speculator.eagle3",
5 "num_speculative_tokens": 5,
6 "method": "eagle3"
7 }'| Dataset | k=1 | k=2 | k=3 | k=4 | k=5 |
|---|---|---|---|---|---|
| HumanEval | 1.81 | 2.44 | 2.90 | 3.21 | 3.44 |
| math_reasoning | 1.84 | 2.50 | 3.02 | 3.41 | 3.70 |
| qa | 1.69 | 2.15 | 2.44 | 2.61 | 2.72 |
| question | 1.76 | 2.32 | 2.71 | 2.93 | 3.09 |
| rag | 1.74 | 2.25 | 2.60 | 2.82 | 2.97 |
| summarization | 1.66 | 2.05 | 2.30 | 2.43 | 2.51 |
| translation | 1.72 | 2.21 | 2.53 | 2.74 | 2.87 |
1GUIDELLM__PREFERRED_ROUTE="chat_completions" \
2GUIDELLM__MAX_CONCURRENCY=128 \
3guidellm benchmark \
4 --target "http://localhost:8000/v1" \
5 --data "RedHatAI/speculator_benchmarks" \
6 --data-args '{"data_files": "HumanEval.jsonl"}' \
7 --rate-type throughput \
8 --max-seconds 300