MCPcopy Create free account
hub / github.com/Icecubesaad/OpenLLM-Studio / LoadedModel

Class LoadedModel

src-tauri/src/models.rs:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55/// Currently loaded model information from /api/ps endpoint
56#[derive(Debug, Clone, Serialize, Deserialize)]
57pub 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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected