Skip to content

Releases: spicyneuron/gguf-clone

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 22 Feb 09:57

Full Changelog: v0.1.6...v0.1.7

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 22 Feb 09:17

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 22 Feb 08:39

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@spicyneuron spicyneuron released this 22 Feb 08:23

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@spicyneuron spicyneuron released this 18 Feb 02:34

What's new

  • params subcommand — extract quantization parameters from template GGUFs without running the full pipeline
    • gguf-clone params ./dir (matches all GGUFs)
    • gguf-clone params ./dir "*UD-IQ1_M*.gguf" (glob patterns, same as config)
    • -o params.json to write to file, stdout by default
  • Subcommand-based CLIrun and params as proper subcommands with separate help
    • gguf-clone config.yml still works (backward compat)

v0.1.2

Choose a tag to compare

@spicyneuron spicyneuron released this 18 Feb 01:54
  • 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

Choose a tag to compare

@spicyneuron spicyneuron released this 18 Jan 04:50

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@spicyneuron spicyneuron released this 18 Jan 04:14