nick huang 23106f94ea gguf-split : --merge now respects --dry-run option (#12681) hace 9 meses
..
CMakeLists.txt 7cc2d2c889 ggml : move AMX to the CPU backend (#10570) hace 1 año
README.md 8800226d65 Fix --split-max-size (#6655) hace 1 año
gguf-split.cpp 23106f94ea gguf-split : --merge now respects --dry-run option (#12681) hace 9 meses
tests.sh f11cfdfd7f ci : use -no-cnv in gguf-split tests (#11254) hace 1 año

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.