mmnga commited on
Commit
f83ab24
·
verified ·
1 Parent(s): dd71bf9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ./llama-cli -m 'HODACHI-Borea-Phi-3.5-mini-Instruct-Jp-Q4_0.gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
23
  ```
 
19
  git clone https://github.com/ggerganov/llama.cpp.git
20
  cd llama.cpp
21
  make -j
22
+ ./llama-cli -m 'HODACHI-Borea-Phi-3.5-mini-Instruct-Jp-Q4_0.gguf' -n 128 -c 256 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
23
  ```