llama.cpp/examples/gguf-split
nick huang 23106f94ea
gguf-split : --merge now respects --dry-run option (#12681)
* gguf-split now respects dry-run option

* removing trailing space
2025-04-04 16:09:12 +02:00
..
CMakeLists.txt ggml : move AMX to the CPU backend (#10570) 2024-11-29 21:54:58 +01:00
gguf-split.cpp gguf-split : --merge now respects --dry-run option (#12681) 2025-04-04 16:09:12 +02:00
README.md Fix --split-max-size (#6655) 2024-04-14 13:12:59 +02:00
tests.sh ci : use -no-cnv in gguf-split tests (#11254) 2025-01-15 18:28:35 +02:00

GGUF split Example

CLI to split / merge GGUF files.

Command line options:

  • --split: split GGUF to multiple GGUF, default operation.
  • --split-max-size: max size per split in M or G, f.ex. 500M or 2G.
  • --split-max-tensors: maximum tensors in each split: default(128)
  • --merge: merge multiple GGUF to a single GGUF.