summaryrefslogtreecommitdiff
path: root/examples/gguf-split/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gguf-split/README.md')
-rw-r--r--examples/gguf-split/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/gguf-split/README.md b/examples/gguf-split/README.md
new file mode 100644
index 00000000..ddb1f764
--- /dev/null
+++ b/examples/gguf-split/README.md
@@ -0,0 +1,9 @@
+## 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.