| 55 | /// Currently loaded model information from /api/ps endpoint |
| 56 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 57 | pub struct LoadedModel { |
| 58 | pub name: String, |
| 59 | pub size: i64, |
| 60 | } |
| 61 | |
| 62 | /// Hardware information detected from the system |
| 63 | #[derive(Debug, Clone, Serialize, Deserialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected