mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-10-31 23:28:51 +01:00
10 lines
265 B
Markdown
10 lines
265 B
Markdown
|
## 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.
|