2 releases
new 0.1.1 | Jan 29, 2025 |
---|---|
0.1.0 | Jan 29, 2025 |
#652 in Command line utilities
91 downloads per month
210KB
315 lines
GGUFScan
A simple TUI tool for finding and removing the .gguf files to save the disk storage. Fast.
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.
Dependencies
~11–22MB
~327K SLoC