GGUF
English
Japanese
mmnga commited on
Commit
0567ea3
1 Parent(s): c20ca71

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
- ./main -m 'Ninja-v1-NSFW-128k-Q4_0.gguf' -n 128 -p 'USER: こんにちわ。 ASSISTANT: '
28
  ```
 
24
  git clone https://github.com/ggerganov/llama.cpp.git
25
  cd llama.cpp
26
  make -j
27
+ ./main -m 'Ninja-v1-NSFW-128k-Q4_0.gguf' -n 1024 -c 1024 -p 'USER: こんにちわ。 ASSISTANT: '
28
  ```