Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- merge
|
5 |
- mergekit
|
@@ -9,15 +14,10 @@ tags:
|
|
9 |
- llama
|
10 |
- llama-cpp
|
11 |
- gguf-my-repo
|
12 |
-
language:
|
13 |
-
- en
|
14 |
-
base_model: ZeroXClem/L3-Aspire-Heart-Matrix-8B-Q4_K_M-GGUF
|
15 |
-
pipeline_tag: text-generation
|
16 |
-
library_name: transformers
|
17 |
---
|
18 |
|
19 |
-
# ZeroXClem/L3
|
20 |
-
This model was converted to GGUF format from [`ZeroXClem/L3-Aspire-Heart-Matrix-8B`](https://huggingface.co/ZeroXClem/L3
|
21 |
Refer to the [original model card](https://huggingface.co/ZeroXClem/L3-Aspire-Heart-Matrix-8B) for more details on the model.
|
22 |
|
23 |
## Use with llama.cpp
|
@@ -36,7 +36,7 @@ llama-cli --hf-repo ZeroXClem/L3-Aspire-Heart-Matrix-8B-Q4_K_M-GGUF --hf-file l3
|
|
36 |
|
37 |
### Server:
|
38 |
```bash
|
39 |
-
llama-server --hf-repo ZeroXClem/L3-Aspire-Heart-Matrix-8B-Q4_K_M-GGUF --hf-file l3
|
40 |
```
|
41 |
|
42 |
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.
|
|
|
1 |
---
|
2 |
+
base_model: ZeroXClem/L3-Aspire-Heart-Matrix-8B
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
license: apache-2.0
|
7 |
+
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- merge
|
10 |
- mergekit
|
|
|
14 |
- llama
|
15 |
- llama-cpp
|
16 |
- gguf-my-repo
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
+
# ZeroXClem/L3-Aspire-Heart-Matrix-8B-Q4_K_M-GGUF
|
20 |
+
This model was converted to GGUF format from [`ZeroXClem/L3-Aspire-Heart-Matrix-8B`](https://huggingface.co/ZeroXClem/L3-Aspire-Heart-Matrix-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
21 |
Refer to the [original model card](https://huggingface.co/ZeroXClem/L3-Aspire-Heart-Matrix-8B) for more details on the model.
|
22 |
|
23 |
## Use with llama.cpp
|
|
|
36 |
|
37 |
### Server:
|
38 |
```bash
|
39 |
+
llama-server --hf-repo ZeroXClem/L3-Aspire-Heart-Matrix-8B-Q4_K_M-GGUF --hf-file l3-aspire-heart-matrix-8b-q4_k_m.gguf -c 2048
|
40 |
```
|
41 |
|
42 |
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.
|