(no title)
andypants | 1 year ago
struct HealthState {
model: String,
chat_model: Option<String>,
device: String,
arch: String,
cpu_info: String,
cpu_count: usize,
cuda_devices: Vec<String>,
version: Version,
webserver: Option<bool>,
}
https://tabby.tabbyml.com/docs/administration/usage-collecti...
No comments yet.