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

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.