ggufscan

Crates.ioggufscan
lib.rsggufscan
version0.1.1
created_at2025-01-29 13:45:23.444183+00
updated_at2025-01-29 13:50:14.263098+00
descriptionEasily find and delete GGUF model files from your HDD.
homepage
repositoryhttps://github.com/duck4i/ggufscan
max_upload_size
id1534776
size250,809
Mother Duck (duck4i)

documentation

README

GGUFScan

Rust

A simple TUI tool for finding and removing the .gguf files to save the disk storage. Fast.

img

Install

cargo install ggufscan

Magic bytes, Ollama and other tools

const GGUF_MAGIC: &[u8] = b"GGUF";

Instead of simply checking the .gguf extension the tool scans the files for the GGUF magic bytes, and will discover downloaded models from various tools, including the Ollama download caches.

Commit count: 9

cargo fmt