matrixportal commited on
Commit
a6db961
·
verified ·
1 Parent(s): 092f2dc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -118,12 +118,12 @@ Invoke the llama.cpp server or the CLI.
118
 
119
  ### CLI:
120
  ```bash
121
- llama-cli --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q4_k_m.gguf -p "The meaning to life and the universe is"
122
  ```
123
 
124
  ### Server:
125
  ```bash
126
- llama-server --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q4_k_m.gguf -c 2048
127
  ```
128
 
129
  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.
@@ -140,9 +140,9 @@ cd llama.cpp && LLAMA_CURL=1 make
140
 
141
  Step 3: Run inference through the main binary.
142
  ```
143
- ./llama-cli --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q4_k_m.gguf -p "The meaning to life and the universe is"
144
  ```
145
  or
146
  ```
147
- ./llama-server --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q4_k_m.gguf -c 2048
148
  ```
 
118
 
119
  ### CLI:
120
  ```bash
121
+ llama-cli --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q4_0.gguf -p "The meaning to life and the universe is"
122
  ```
123
 
124
  ### Server:
125
  ```bash
126
+ llama-server --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q4_0.gguf -c 2048
127
  ```
128
 
129
  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.
 
140
 
141
  Step 3: Run inference through the main binary.
142
  ```
143
+ ./llama-cli --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q4_0.gguf -p "The meaning to life and the universe is"
144
  ```
145
  or
146
  ```
147
+ ./llama-server --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q4_0.gguf -c 2048
148
  ```