Crate dynamo_llm

Source
Expand description

§Dynamo LLM

The dynamo.llm crate is a Rust library that provides a set of traits and types for building distributed LLM inference solutions.

Modules§

backend
Backend
common
disagg_router
engines
gguf
http
key_value_store
Interface to a traditional key-value store such as etcd. “key_value_store” spelt out because in AI land “KV” means something else.
kv_router
model_card
model_type
preprocessor
The Preprocessor consists of the following modules
protocols
Dynamo LLM Protocols
recorder
tokenizers
tokens
types