mmnga commited on
Commit
ea07a29
1 Parent(s): d502e76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,5 +28,5 @@ llama2
28
  git clone https://github.com/ggerganov/llama.cpp.git
29
  cd llama.cpp
30
  make -j
31
- ./main -m 'tokyotech-llm-Swallow-13b-instruct-v0.1-Q4_0.gguf' -n 128 -p '今晩の夕食をご紹介します。'
32
  ```
 
28
  git clone https://github.com/ggerganov/llama.cpp.git
29
  cd llama.cpp
30
  make -j
31
+ ./main -m 'tokyotech-llm-Swallow-13b-instruct-v0.1-Q4_0.gguf' -n 128 -p '[INST]<<SYS>\nあなたは誠実で優秀な日本人のアシスタントです。\n<</SYS>>\n\n東京工業大学の主なキャンパスについて教えてください[/INST]'
32
  ```