brittlewis12 commited on
Commit
4e77d06
·
verified ·
1 Parent(s): 95641e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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