Update README.md
Browse files
README.md
CHANGED
@@ -6,12 +6,17 @@ tags:
|
|
6 |
- merge
|
7 |
- llama-cpp
|
8 |
- gguf-my-repo
|
|
|
9 |
---
|
10 |
|
11 |
# Triangle104/Gemma-3-Glitter-12B-Q4_K_S-GGUF
|
12 |
This model was converted to GGUF format from [`allura-org/Gemma-3-Glitter-12B`](https://huggingface.co/allura-org/Gemma-3-Glitter-12B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
13 |
Refer to the [original model card](https://huggingface.co/allura-org/Gemma-3-Glitter-12B) for more details on the model.
|
14 |
|
|
|
|
|
|
|
|
|
15 |
## Use with llama.cpp
|
16 |
Install llama.cpp through brew (works on Mac and Linux)
|
17 |
|
@@ -50,4 +55,4 @@ Step 3: Run inference through the main binary.
|
|
50 |
or
|
51 |
```
|
52 |
./llama-server --hf-repo Triangle104/Gemma-3-Glitter-12B-Q4_K_S-GGUF --hf-file gemma-3-glitter-12b-q4_k_s.gguf -c 2048
|
53 |
-
```
|
|
|
6 |
- merge
|
7 |
- llama-cpp
|
8 |
- gguf-my-repo
|
9 |
+
license: gemma
|
10 |
---
|
11 |
|
12 |
# Triangle104/Gemma-3-Glitter-12B-Q4_K_S-GGUF
|
13 |
This model was converted to GGUF format from [`allura-org/Gemma-3-Glitter-12B`](https://huggingface.co/allura-org/Gemma-3-Glitter-12B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/allura-org/Gemma-3-Glitter-12B) for more details on the model.
|
15 |
|
16 |
+
---
|
17 |
+
A creative writing model based on Gemma 3 12B IT.
|
18 |
+
|
19 |
+
---
|
20 |
## Use with llama.cpp
|
21 |
Install llama.cpp through brew (works on Mac and Linux)
|
22 |
|
|
|
55 |
or
|
56 |
```
|
57 |
./llama-server --hf-repo Triangle104/Gemma-3-Glitter-12B-Q4_K_S-GGUF --hf-file gemma-3-glitter-12b-q4_k_s.gguf -c 2048
|
58 |
+
```
|