Skip to main content

scan_vault_gguf

Function scan_vault_gguf 

Source
pub fn scan_vault_gguf(vault_dir: &Path) -> Result<Vec<VaultGgufEntry>, Error>
Expand description

Recursively scan vault_dir for .p64 and .gguf weight containers.

When both exist for the same stem (e.g. foo.p64 + foo.gguf), only the .p64 is listed — GGUF is import-only once converted. .f16.p64 keeps a distinct stem and is listed separately.