mmnga commited on
Commit
d0062f0
1 Parent(s): a702674

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- .llama-cli -m 'Llama-3.1-8B-Instruct-Q4_0.gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
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
  ```