This website works better with JavaScript
Home
Verkennen
Help
Inloggen
cturan
/
llama.cpp
spiegel van
https://github.com/cturan/llama.cpp
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Wiki
Boom:
b75c38166c
Aftakkingen
Labels
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
examples
/
gguf-split
/
README.md
README.md
265 B
Geschiedenis
Ruwe
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.