mmnga commited on
Commit
fe07dd1
1 Parent(s): 7fa2307

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,5 +27,5 @@ GGUF版
27
  git clone --branch mmnga-dev-merge https://github.com/mmnga/llama.cpp.git
28
  cd llama.cpp
29
  make -j
30
- ./main -m 'llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0-q4_0.gguf' -n 128 -p '今日の夕食のレシピを教えて ### 回答:' --top_p 0.9 --temp 0.7 --repeat-penalty 1.2
31
  ```
 
27
  git clone --branch mmnga-dev-merge https://github.com/mmnga/llama.cpp.git
28
  cd llama.cpp
29
  make -j
30
+ ./main -m 'llm-jp-13b-instruct-full-dolly-oasst-v1.0-q4_0.gguf' -n 128 -p '今日の夕食のレシピを教えて ### 回答:' --top_p 0.9 --temp 0.7 --repeat-penalty 1.2
31
  ```