Update README.md
Browse files
README.md
CHANGED
@@ -24,5 +24,5 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
|
|
24 |
git clone https://github.com/ggerganov/llama.cpp.git
|
25 |
cd llama.cpp
|
26 |
make -j
|
27 |
-
|
28 |
```
|
|
|
24 |
git clone https://github.com/ggerganov/llama.cpp.git
|
25 |
cd llama.cpp
|
26 |
make -j
|
27 |
+
./llama-cli -m 'Llama-3.1-8B-Instruct-Q4_0.gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
|
28 |
```
|