mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-04-05 14:55:47 +02:00
| .. | ||
| CMakeLists.txt | ||
| gguf-split.cpp | ||
| README.md | ||
GGUF split Example
CLI to split / merge GGUF files.
Command line options:
--split: split GGUF to multiple GGUF, default operation.--split-max-tensors: maximum tensors in each split: default(128)--merge: merge multiple GGUF to a single GGUF.