Hacker News new | ask | show | jobs
by andypants 522 days 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...