Update README.md
Browse files
README.md
CHANGED
|
@@ -23,5 +23,5 @@ git clone https://github.com/ggerganov/llama.cpp.git
|
|
| 23 |
cd llama.cpp
|
| 24 |
cmake -B build -DGGML_CUDA=ON
|
| 25 |
cmake --build build --config Release
|
| 26 |
-
build/bin/llama-cli -m 'Moonlight-16B-A3B-Instruct-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて'
|
| 27 |
```
|
|
|
|
| 23 |
cd llama.cpp
|
| 24 |
cmake -B build -DGGML_CUDA=ON
|
| 25 |
cmake --build build --config Release
|
| 26 |
+
build/bin/llama-cli -m 'Moonlight-16B-A3B-Instruct-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて'
|
| 27 |
```
|