Xuan-Son Nguyen 6c2131773c cli: new CLI experience (#17824) hace 1 mes
..
CMakeLists.txt 07808ebb07 cmake : Do not install tools on iOS targets (#15903) hace 4 meses
README.md 1d36b3670b llama : move end-user examples to tools directory (#13249) hace 8 meses
gguf-split.cpp 1d36b3670b llama : move end-user examples to tools directory (#13249) hace 8 meses
tests.sh 6c2131773c cli: new CLI experience (#17824) hace 1 mes

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.