llmserve 0.0.3

TUI for serving local LLM models. Pick a model, pick a backend, serve it.
Documentation
1
2
3
4
5
6
7
8
pub mod app;
pub mod backends;
pub mod config;
pub mod events;
pub mod models;
pub mod server;
pub mod theme;
pub mod ui;