Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix --split-max-size #6655

Merged
merged 7 commits into from
Apr 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add --split-max-size to readme
  • Loading branch information
CISC authored Apr 14, 2024
commit 650db0f25f28cdd1ceb53b57b052794283d12419
1 change: 1 addition & 0 deletions examples/gguf-split/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ CLI to split / merge GGUF files.
**Command line options:**

- `--split`: split GGUF to multiple GGUF, default operation.
- `--split-max-size`: max size per split in `M` or `G`, f.ex. `500M` or `2G`.
- `--split-max-tensors`: maximum tensors in each split: default(128)
- `--merge`: merge multiple GGUF to a single GGUF.
Loading