Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,8 @@ It accepts the path to the first of the downloaded splits, assuming the rest are
|
|
55 |
|
56 |
```sh
|
57 |
# from your llama.cpp directory:
|
|
|
|
|
58 |
$ ./build/bin/llama-gguf-split --merge \
|
59 |
~/Downloads/qwq-32b.f16.split-00001-of-00002.gguf \
|
60 |
~/Downloads/qwq-32b.f16.gguf
|
|
|
55 |
|
56 |
```sh
|
57 |
# from your llama.cpp directory:
|
58 |
+
$ cmake -B build
|
59 |
+
$ cmake --build build --config Release
|
60 |
$ ./build/bin/llama-gguf-split --merge \
|
61 |
~/Downloads/qwq-32b.f16.split-00001-of-00002.gguf \
|
62 |
~/Downloads/qwq-32b.f16.gguf
|