Update README.md
Browse files
README.md
CHANGED
@@ -27,5 +27,5 @@ By using this service, you agree to the [Terms of Use](https://huggingface.co/Fu
|
|
27 |
git clone https://github.com/ggerganov/llama.cpp.git
|
28 |
cd llama.cpp
|
29 |
make -j
|
30 |
-
./main -m 'Fugaku-LLM-13B-instruct-Q4_0.gguf' -n 128 -p '
|
31 |
```
|
|
|
27 |
git clone https://github.com/ggerganov/llama.cpp.git
|
28 |
cd llama.cpp
|
29 |
make -j
|
30 |
+
./main -m 'Fugaku-LLM-13B-instruct-Q4_0.gguf' -n 128 -p '以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。\n\n### 指示:\nスーパーコンピュータ「富岳」の名前の由来を教えてください。\n\n### 応答:\n'
|
31 |
```
|