Update README.md
Browse files
README.md
CHANGED
@@ -19,5 +19,5 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
|
|
19 |
git clone https://github.com/ggerganov/llama.cpp.git
|
20 |
cd llama.cpp
|
21 |
make -j
|
22 |
-
./
|
23 |
```
|
|
|
19 |
git clone https://github.com/ggerganov/llama.cpp.git
|
20 |
cd llama.cpp
|
21 |
make -j
|
22 |
+
./llama-cli -m 'Mistral-Nemo-Instruct-2407-Q4_0.gguf' -n 512 -p 'あなたは日本語を話すアシスタントです' -c 512 -cnv
|
23 |
```
|