Update README.md
Browse files
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 |
```
|