Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ using [autogguf-rs](https://github.com/brittlewis12/autogguf-rs).
|
|
51 |
|
52 |
To merge the split model files for the f16 precision GGUFs, you can run the `llama-gguf-split` command that comes included when you build llama.cpp & [its examples](https://github.com/ggml-org/llama.cpp/tree/5e43f104cca1a14874e980326a506b44fde022b8/examples/gguf-split).
|
53 |
|
54 |
-
It accepts the path to the first of the downloaded splits, assuming the rest are
|
55 |
|
56 |
```sh
|
57 |
# from your llama.cpp directory:
|
|
|
51 |
|
52 |
To merge the split model files for the f16 precision GGUFs, you can run the `llama-gguf-split` command that comes included when you build llama.cpp & [its examples](https://github.com/ggml-org/llama.cpp/tree/5e43f104cca1a14874e980326a506b44fde022b8/examples/gguf-split).
|
53 |
|
54 |
+
It accepts the path to the first of the downloaded splits, assuming the rest are alongside it, and an output path. For example:
|
55 |
|
56 |
```sh
|
57 |
# from your llama.cpp directory:
|