Update README.md
Browse files
README.md
CHANGED
|
@@ -17,5 +17,5 @@ convert-plamo.py 変換
|
|
| 17 |
git clone --branch mmnga-dev https://github.com/mmnga/llama.cpp.git
|
| 18 |
cd llama.cpp
|
| 19 |
make -j
|
| 20 |
-
./main -m 'pfn-plamo-q4_0.gguf' -n 128 -p '今日の夕飯のレシピをご紹介します。' --top_p 0.9 --temp 0.7
|
| 21 |
~~~
|
|
|
|
| 17 |
git clone --branch mmnga-dev https://github.com/mmnga/llama.cpp.git
|
| 18 |
cd llama.cpp
|
| 19 |
make -j
|
| 20 |
+
./main -m 'pfn-plamo-13b-q4_0.gguf' -n 128 -p '今日の夕飯のレシピをご紹介します。' --top_p 0.9 --temp 0.7
|
| 21 |
~~~
|