| 84 | } |
| 85 | |
| 86 | export interface HfModelFile { |
| 87 | filename: string; |
| 88 | size: number; |
| 89 | quantization: string | null; |
| 90 | estimated_ram_gb: number; |
| 91 | } |
| 92 | |
| 93 | export interface HfDownloadProgress { |
| 94 | model_name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected