appvoid commited on
Commit
cc8d21e
·
verified ·
1 Parent(s): a91333f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -34,16 +34,16 @@ base_model: appvoid/arco-3
34
 
35
  ## Usage
36
 
37
- **llama.cpp CLI**
38
 
39
  ```bash
40
- llama-cli --hf "appvoid/arco-3-unquantized-output-GGUF:Q8_0" -p "The meaning to life and the universe is"
41
  ```
42
 
43
- **llama.cpp Server**
44
 
45
  ```bash
46
- llama-server --hf "appvoid/arco-3-unquantized-output-GGUF:Q8_0" -c 4096
47
  ```
48
  ---
49
 
 
34
 
35
  ## Usage
36
 
37
+ **CLI**
38
 
39
  ```bash
40
+ llama-cli --hf "appvoid/arco-3-gguf:Q8_0" -p "The meaning to life and the universe is"
41
  ```
42
 
43
+ **Server**
44
 
45
  ```bash
46
+ llama-server --hf "appvoid/arco-3-gguf:Q8_0" -c 4096
47
  ```
48
  ---
49