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

Interface HfModelFile

src/lib/types.ts:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86export interface HfModelFile {
87 filename: string;
88 size: number;
89 quantization: string | null;
90 estimated_ram_gb: number;
91}
92
93export interface HfDownloadProgress {
94 model_name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected