Update README.md
This commit is contained in:
parent
4cc120c744
commit
9b935e9b80
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@ CLI to split / merge GGUF files.
|
|||
- `--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.
|
||||
|
||||
|
||||
### Build command
|
||||
Windows: `g++ -o gguf-split gguf-split.cpp -I ..\..\..\llama.cpp\ -I ..\..\common ..\..\ggml.c ..\..\llama.cpp`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue