Update README.md

This commit is contained in:
4ce 2024-04-12 10:06:56 -04:00 committed by GitHub
parent 4cc120c744
commit 9b935e9b80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`