This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
cturan
/
llama.cpp
oglindă de
https://github.com/cturan/llama.cpp
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
9b84ae1806
Ramuri
Etichete
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
examples
/
gguf-split
/
README.md
README.md
265 B
Istoric
Crud
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.