MaziyarPanahi
commited on
Commit
•
f3fc434
1
Parent(s):
4e82ec5
Update README.md (#10)
Browse files- Update README.md (5c456aa8f11bbc1fc42b59087f79ae0f09e1f2ae)
README.md
CHANGED
@@ -42,8 +42,7 @@ You `MUST` follow the prompt template provided by Llama-3:
|
|
42 |
|
43 |
|
44 |
```sh
|
45 |
-
./llama.cpp/main -m Meta-Llama-3-8B-Instruct.Q2_K.gguf -r '<|eot_id|>' --in-prefix "\n<|start_header_id|>user<|end_header_id|>\n\n" --in-suffix "<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
46 |
-
\n\n" -p "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are a helpful, smart, kind, and efficient AI assistant. You always fulfill the user's requests to the best of your ability.<|eot_id|>\n<|start_header_id|>user<|end_header_id|>\n\nHi!<|eot_id|>\n<|start_header_id|>assistant<|end_header_id|>\n\n" -n 1024
|
47 |
```
|
48 |
|
49 |
|
|
|
42 |
|
43 |
|
44 |
```sh
|
45 |
+
./llama.cpp/main -m Meta-Llama-3-8B-Instruct.Q2_K.gguf -r '<|eot_id|>' --in-prefix "\n<|start_header_id|>user<|end_header_id|>\n\n" --in-suffix "<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n" -p "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are a helpful, smart, kind, and efficient AI assistant. You always fulfill the user's requests to the best of your ability.<|eot_id|>\n<|start_header_id|>user<|end_header_id|>\n\nHi! How are you?<|eot_id|>\n<|start_header_id|>assistant<|end_header_id|>\n\n" -n 1024
|
|
|
46 |
```
|
47 |
|
48 |
|