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

Class HfModelFile

src-tauri/src/models.rs:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116/// HuggingFace model file variant (quantization)
117#[derive(Debug, Clone, Serialize, Deserialize)]
118pub struct HfModelFile {
119 pub filename: String,
120 pub size: i64,
121 pub quantization: Option<String>,
122 pub estimated_ram_gb: f64,
123}
124
125/// HuggingFace download progress event
126#[derive(Debug, Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected