Skip to main content

Module hf_scanner

Module hf_scanner 

Source
Expand description

Scans a Hugging Face hub cache: each models--<org>--<repo> directory’s current snapshot is inspected (config.json / model_index.json / a bare GGUF) for a modality hint, its blobs summed for the footprint, and its shard/blob completeness checked to flag a still-downloading model.

The diffusers model_index.json path yields only a generic job hint until the pipeline-family registry it needs is ported.

Structs§

HFCacheScanner
A scanner over one or more Hugging Face hub cache roots.