llama.cpp/tools/gguf-split
Vedran Miletić e9b6350e61
scripts : make the shell scripts cross-platform (#14341)
2025-06-30 10:17:18 +02:00
..
CMakeLists.txt
README.md
gguf-split.cpp
tests.sh scripts : make the shell scripts cross-platform (#14341) 2025-06-30 10:17:18 +02:00

README.md

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.