Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
language:
|
4 |
- en
|
5 |
- de
|
@@ -207,9 +207,9 @@ extra_gated_description: The information you provide will be collected, stored,
|
|
207 |
extra_gated_button_content: Submit
|
208 |
---
|
209 |
|
210 |
-
#
|
211 |
-
This model was converted to GGUF format from [`
|
212 |
-
Refer to the [original model card](https://huggingface.co/
|
213 |
|
214 |
## Use with llama.cpp
|
215 |
Install llama.cpp through brew (works on Mac and Linux)
|
@@ -222,12 +222,12 @@ Invoke the llama.cpp server or the CLI.
|
|
222 |
|
223 |
### CLI:
|
224 |
```bash
|
225 |
-
llama-cli --hf-repo
|
226 |
```
|
227 |
|
228 |
### Server:
|
229 |
```bash
|
230 |
-
llama-server --hf-repo
|
231 |
```
|
232 |
|
233 |
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.
|
@@ -244,9 +244,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
244 |
|
245 |
Step 3: Run inference through the main binary.
|
246 |
```
|
247 |
-
./llama-cli --hf-repo
|
248 |
```
|
249 |
or
|
250 |
```
|
251 |
-
./llama-server --hf-repo
|
252 |
```
|
|
|
1 |
---
|
2 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
3 |
language:
|
4 |
- en
|
5 |
- de
|
|
|
207 |
extra_gated_button_content: Submit
|
208 |
---
|
209 |
|
210 |
+
# hugging-quants/Llama-3.2-3B-Instruct-Q8_0-GGUF
|
211 |
+
This model was converted to GGUF format from [`meta-llama/Llama-3.2-3B-Instruct`](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
212 |
+
Refer to the [original model card](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) for more details on the model.
|
213 |
|
214 |
## Use with llama.cpp
|
215 |
Install llama.cpp through brew (works on Mac and Linux)
|
|
|
222 |
|
223 |
### CLI:
|
224 |
```bash
|
225 |
+
llama-cli --hf-repo hugging-quants/Llama-3.2-3B-Instruct-Q8_0-GGUF --hf-file llama-3.2-3b-instruct-q8_0.gguf -p "The meaning to life and the universe is"
|
226 |
```
|
227 |
|
228 |
### Server:
|
229 |
```bash
|
230 |
+
llama-server --hf-repo hugging-quants/Llama-3.2-3B-Instruct-Q8_0-GGUF --hf-file llama-3.2-3b-instruct-q8_0.gguf -c 2048
|
231 |
```
|
232 |
|
233 |
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.
|
|
|
244 |
|
245 |
Step 3: Run inference through the main binary.
|
246 |
```
|
247 |
+
./llama-cli --hf-repo hugging-quants/Llama-3.2-3B-Instruct-Q8_0-GGUF --hf-file llama-3.2-3b-instruct-q8_0.gguf -p "The meaning to life and the universe is"
|
248 |
```
|
249 |
or
|
250 |
```
|
251 |
+
./llama-server --hf-repo hugging-quants/Llama-3.2-3B-Instruct-Q8_0-GGUF --hf-file llama-3.2-3b-instruct-q8_0.gguf -c 2048
|
252 |
```
|