GGUF
mistral
Inference Endpoints
mmnga commited on
Commit
4df46c8
1 Parent(s): 11de3e5

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 -p '<|im_start|>system\nあなたはプロの料理人です。<|im_end|>\n<|im_start|>user\n今晩の夕食のレシピを教えて<|im_end|>\n<|im_start|>assistant\n'
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 '[INST] 今晩の夕食のレシピを教えて。 [/INST]'
34
  ```