Preview v0.3.0
Vllm
vLLM for Elixir via SnakeBridge - Easy, fast, and cheap LLM serving for everyone. High-throughput LLM inference with PagedAttention, continuous batching, and OpenAI-compatible API.
Stats & Info
- Latest release: v0.3.0
- Recent downloads: 132
- All-time downloads: 132
- Maintainers: nshkrdotcom
Installation
Add vllm to your list of dependencies in mix.exs:
def deps do
[
{:vllm, "~> 0.3.0"}
]
endThen run:
mix deps.get