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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Plugins that provide inference optimizations, speculative decoding, parallelism
| Plugin | Name | Repository | Notes |
| ------ | ---- | ---------- | ----- |
| ❄️ **Arctic Inference** | arctic-inference | [![GitHub](https://img.shields.io/badge/GitHub-repo-black?logo=github)](https://github.com/snowflakedb/ArcticInference) | Snowflake's comprehensive optimization suite: Arctic Ulysses (sequence parallelism), Shift Parallelism, speculative decoding (Arctic Speculator, Suffix Decoding), SwiftKV, and 16x faster embeddings. Achieves 3.4x faster request completion. |
| ⛏️ **MineDraft** | minedraft | [![GitHub](https://img.shields.io/badge/GitHub-repo-black?logo=github)](https://github.com/electron-shaders/MineDraft) | Batch parallel speculative decoding plugin that overlaps drafting with verification by maintaining two batches of requests, hiding draft latency behind verification compute. Up to +75% throughput, -39% latency on Qwen3, Llama-3.3, and EAGLE across ShareGPT/LMSYS Arena/Spec-Bench. ([arXiv:2603.18016](https://arxiv.org/abs/2603.18016)) |



Expand Down