Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,31 @@ Served models can then be benchmarked using [GuideLLM](https://github.com/vllm-p
</picture>
</p>

### License
### Supported Models

The following models are currently supported or are planned to be supported in the short term.

| Model (Verifier) | Training via speculators | Deployment in vLLM | Pretrained Checkpoints |
| -------------------------------- | ------------------------ | ------------------ | -------------------------------------------------------------------------------- |
| Llama-3.1-8B-Instruct | EAGLE-3 ✅ \| HASS ✅ ||[EAGLE-3](https://huggingface.co/yuhuili/EAGLE3-LLaMA3.1-Instruct-8B) |
| Llama-3.1-70B-Instruct | EAGLE-3 ⏳ ||[EAGLE-3](https://huggingface.co/yuhuili/EAGLE3-LLaMA3.1-Instruct-70B) |
| DeepSeek-R1-Distill-LLama-8B | EAGLE-3 ❌ ||[EAGLE-3](https://huggingface.co/yuhuili/EAGLE3-DeepSeek-R1-Distill-LLaMA-8B) |
| Qwen3-8B | EAGLE-3 ✅ |||
| Qwen3-14B | EAGLE-3 ❌ |||
| Qwen3-32B | EAGLE-3 ❌ |||
| Qwen3-30B-A3B | EAGLE-3 ❌ |||
| Qwen3-235B-A22B | EAGLE-3 ❌ ||[EAGLE-3](https://huggingface.co/nvidia/Qwen3-235B-A22B-Eagle3) |
| Llama-4-Scout-17B-16E-Instruct | EAGLE-3 ❌ |||
| Llama-4-Maverick-17B-128E-Eagle3 | EAGLE-3 ❌ ||[EAGLE-3](https://huggingface.co/nvidia/Llama-4-Maverick-17B-128E-Eagle3) |
| DeepSeek-R1 | EAGLE-3 ❌ ||[HASS](https://huggingface.co/HArmonizedSS/HASS-DeepSeek-R1) |

✅ = Supported, ⏳ = In Progress, ❌ = Not Yet Supported

## License

Speculators is licensed under the [Apache License 2.0](https://github.com/neuralmagic/speculators/blob/main/LICENSE).

### Cite
## Cite

If you find Speculators helpful in your research or projects, please consider citing it:

Expand Down