m0javad commited on
Commit
5ccc4c0
1 Parent(s): 5b5d8ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -27
README.md CHANGED
@@ -180,31 +180,5 @@ extra_gated_button_content: Submit
180
  ---
181
 
182
  # m0javad/Meta-Llama-3-8B-Q8_0-GGUF
183
- This model was converted to GGUF format from [`meta-llama/Meta-Llama-3-8B`](https://huggingface.co/meta-llama/Meta-Llama-3-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
184
  Refer to the [original model card](https://huggingface.co/meta-llama/Meta-Llama-3-8B) for more details on the model.
185
- ## Use with llama.cpp
186
-
187
- Install llama.cpp through brew.
188
-
189
- ```bash
190
- brew install ggerganov/ggerganov/llama.cpp
191
- ```
192
- Invoke the llama.cpp server or the CLI.
193
-
194
- CLI:
195
-
196
- ```bash
197
- llama-cli --hf-repo m0javad/Meta-Llama-3-8B-Q8_0-GGUF --model meta-llama-3-8b.Q8_0.gguf -p "The meaning to life and the universe is"
198
- ```
199
-
200
- Server:
201
-
202
- ```bash
203
- llama-server --hf-repo m0javad/Meta-Llama-3-8B-Q8_0-GGUF --model meta-llama-3-8b.Q8_0.gguf -c 2048
204
- ```
205
-
206
- 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.
207
-
208
- ```
209
- git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m meta-llama-3-8b.Q8_0.gguf -n 128
210
- ```
 
180
  ---
181
 
182
  # m0javad/Meta-Llama-3-8B-Q8_0-GGUF
183
+ This model was converted to GGUF format from [`meta-llama/Meta-Llama-3-8B`](https://huggingface.co/meta-llama/Meta-Llama-3-8B)
184
  Refer to the [original model card](https://huggingface.co/meta-llama/Meta-Llama-3-8B) for more details on the model.