Sri-Vigneshwar-DJ
commited on
Commit
•
a97a207
1
Parent(s):
be8a37f
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,8 @@ brew install llama.cpp or !git clone https://github.com/ggerganov/llama.cpp.git
|
|
25 |
```
|
26 |
Invoke the llama.cpp server or the CLI.
|
27 |
|
|
|
|
|
28 |
### CLI:
|
29 |
```bash
|
30 |
! /content/llama.cpp/llama-cli -m ./quantized_model/FP16.gguf/hawky-ai-Salesforce-xLAM-1b-fc-r-GGUF -n 90 --repeat_penalty 1.0 --color -i -r "User:" -f /content/llama.cpp/prompts/chat-with-bob.txt
|
|
|
25 |
```
|
26 |
Invoke the llama.cpp server or the CLI.
|
27 |
|
28 |
+
or
|
29 |
+
|
30 |
### CLI:
|
31 |
```bash
|
32 |
! /content/llama.cpp/llama-cli -m ./quantized_model/FP16.gguf/hawky-ai-Salesforce-xLAM-1b-fc-r-GGUF -n 90 --repeat_penalty 1.0 --color -i -r "User:" -f /content/llama.cpp/prompts/chat-with-bob.txt
|