GGUF
mistral
Inference Endpoints
imatrix
mmnga commited on
Commit
d371629
1 Parent(s): 6cb6286

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,5 +30,5 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
30
  git clone https://github.com/ggerganov/llama.cpp.git
31
  cd llama.cpp
32
  make -j
33
- .llama-cli -m 'Mistral-Large-Instruct-2407-Q4_0.gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
34
  ```
 
30
  git clone https://github.com/ggerganov/llama.cpp.git
31
  cd llama.cpp
32
  make -j
33
+ .llama-cli -m 'Mistral-Large-Instruct-2407-Q4_0.gguf' -n 128 -p '<|im_start|>system\nあなたはプロの料理人です。<|im_end|>\n<|im_start|>user\n今晩の夕食のレシピを教えて<|im_end|>\n<|im_start|>assistant\n'
34
  ```