mmnga commited on
Commit
d1ef2a4
1 Parent(s): 1edb029

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Codellama版
28
  git clone https://github.com/ggerganov/llama.cpp.git
29
  cd llama.cpp
30
  make -j
31
- ./main -m 'ELYZA-japanese-CodeLlama-7b-q4_0.gguf' -n 256 -p 'pythonhello worldを出力します。'
32
  ```
33
 
34
  ### Licence
 
28
  git clone https://github.com/ggerganov/llama.cpp.git
29
  cd llama.cpp
30
  make -j
31
+ ./main -m 'ELYZA-japanese-CodeLlama-7b-q4_0.gguf' -n 256 -p '# PythonHello, World! を出力する'
32
  ```
33
 
34
  ### Licence