daniellnichols
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -19,5 +19,5 @@ See the [llama.cpp repo](https://github.com/ggerganov/llama.cpp) for installatio
|
|
19 |
You can then use the model as:
|
20 |
|
21 |
```bash
|
22 |
-
llama-cli --hf-repo hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF --hf-file hpc-coder-v2-6.7b-q8_0.gguf -r "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:" --in-prefix "\n" --in-suffix "### Response:\n" -c 8096
|
23 |
```
|
|
|
19 |
You can then use the model as:
|
20 |
|
21 |
```bash
|
22 |
+
llama-cli --hf-repo hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF --hf-file hpc-coder-v2-6.7b-q8_0.gguf -r "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:" --in-prefix "\n" --in-suffix "\n### Response:\n" -c 8096 -p "your prompt here"
|
23 |
```
|