This website requires JavaScript.
Explore
Help
Sign In
happyz
/
llama.cpp
mirror of
https://github.com/ggerganov/llama.cpp.git
Watch
1
Star
0
Fork
You've already forked llama.cpp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d0d5de42e5
llama.cpp
/
examples
/
gguf-split
/
README.md
265 B
Raw
Blame
History
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.