lmcpp 0.1.1

Rust bindings for llama.cpp's server with managed toolchain, typed endpoints, and UDS/HTTP support
Documentation
1
2
3
4
5
6
7
8
pub mod completion;
pub mod detokenize;
pub mod embeddings;
pub mod infill;
pub mod open_ai;
pub mod props;
pub mod tokenize;
pub mod types;