mesh-llm-system 0.76.2

Host system inspection and update helpers for mesh-llm
1
2
3
4
5
6
7
8
9
10
11
pub mod activity;
pub mod autoupdate;
pub mod backend;
pub mod benchmark;
pub mod benchmark_prompts;
pub use mesh_llm_release_footer as embedded_release_footer;
pub mod hardware;
pub mod process;
pub mod release_target;
pub mod util;
pub mod vram;