Releases: spicyneuron/gguf-clone
Releases · spicyneuron/gguf-clone
Release list
v0.1.7
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
What's new
paramssubcommand — extract quantization parameters from template GGUFs without running the full pipelinegguf-clone params ./dir(matches all GGUFs)gguf-clone params ./dir "*UD-IQ1_M*.gguf"(glob patterns, same as config)-o params.jsonto write to file, stdout by default
- Subcommand-based CLI —
runandparamsas proper subcommands with separate helpgguf-clone config.ymlstill works (backward compat)
v0.1.2
- Remove architecture-specific IGNORE list adapted from llama.cpp
- Use
(\d+)wildcard for uniform layers, grouped alternation for mixed layers - Detect and raise on conflicting tensor qtypes across template GGUFs
v0.1.1
v0.1.0
Full Changelog: https://github.com/spicyneuron/gguf-clone/commits/v0.1.0