jefferylovely commited on
Commit
d5aef90
·
verified ·
1 Parent(s): 62751f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,12 +26,12 @@ Invoke the llama.cpp server or the CLI.
26
 
27
  ### CLI:
28
  ```bash
29
- llama --hf-repo jefferylovely/Prometheus-1.8-Q4_0-GGUF --hf-file prometheus-1.8-q4_0.gguf -p "The meaning to life and the universe is"
30
  ```
31
 
32
  ### Server:
33
  ```bash
34
- llama-server --hf-repo jefferylovely/Prometheus-1.8-Q4_0-GGUF --hf-file prometheus-1.8-q4_0.gguf -c 2048
35
  ```
36
 
37
  Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
 
26
 
27
  ### CLI:
28
  ```bash
29
+ llama --hf-repo AiMavenAi/Prometheus-1.8-Q4_0-GGUF --hf-file prometheus-1.8-q4_0.gguf -p "The meaning to life and the universe is"
30
  ```
31
 
32
  ### Server:
33
  ```bash
34
+ llama-server --hf-repo AiMavenAi/Prometheus-1.8-Q4_0-GGUF --hf-file prometheus-1.8-q4_0.gguf -c 2048
35
  ```
36
 
37
  Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.