Views
No views yet
/chat/completions endpoint.1vllm serve meta-llama/Llama-4-Maverick-17B-128E-Instruct \
2 -tp 8 \
3 --speculative-config '{
4 "model": "RedHatAI/Llama-4-Maverick-17B-128E-Instruct-speculators.eagle3",
5 "num_speculative_tokens": 3,
6 "method": "eagle3"
7 }'| Use Case | Dataset | Number of Samples |
|---|---|---|
| Coding | HumanEval | 168 |
| Math Reasoning | gsm8k | 80 |
| Text Summarization | CNN/Daily Mail | 80 |
| Use Case | k=1 | k=2 | k=3 | k=4 | k=5 | k=6 | k=7 |
|---|---|---|---|---|---|---|---|
| Coding | 1.83 | 2.45 | 2.94 | 3.26 | 3.47 | 3.57 | 3.62 |
| Math Reasoning | 1.86 | 2.56 | 3.08 | 3.53 | 3.73 | 3.91 | 4.02 |
| Text Summarization | 1.69 | 2.12 | 2.37 | 2.52 | 2.60 | 2.63 | 2.63 |



1GUIDELLM__PREFERRED_ROUTE="chat_completions" \
2guidellm benchmark \
3 --target "http://localhost:8000/v1" \
4 --data "RedHatAI/speculator_benchmarks" \
5 --data-args '{"data_files": "HumanEval.jsonl"}' \
6 --rate-type sweep \
7 --max-seconds 180 \
8 --output-path "Llama-4-Maverick-HumanEval.json" \
9 --backend-args '{"extra_body": {"chat_completions": {"temperature":0.6, "top_p":0.9}}}'1GUIDELLM__PREFERRED_ROUTE="chat_completions" \
2guidellm benchmark \
3 --target "http://localhost:8000/v1" \
4 --data "RedHatAI/speculator_benchmarks" \
5 --data-args '{"data_files": "HumanEval.jsonl"}' \
6 --profile sweep \
7 --max-seconds 1800 \
8 --output-path "my_output.json" \
9 --backend-args '{"extras": {"body": {"temperature":0.6, "top_p":0.95, "top_k":20}}}'1@misc{nvidia2025llama4maverick,
2 title={Llama 4 Maverick 17B Eagle3},
3 author={NVIDIA Corporation},
4 year={2025},
5 publisher={Hugging Face}
6}
7
8@misc{speculators2024,
9 title={Speculators: A Unified Library for Speculative Decoding},
10 author={Neural Magic},
11 year={2024},
12 url={https://github.com/neuralmagic/speculators}
13}