mmnga commited on
Commit
0152a5f
·
1 Parent(s): 0cedab0

Update README.md

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