Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,11 @@ tags:
|
|
6 |
- merge
|
7 |
- llama-cpp
|
8 |
- gguf-my-repo
|
|
|
9 |
---
|
10 |
|
11 |
-
# DreadPoor/
|
12 |
-
This model was converted to GGUF format from [`DreadPoor/
|
13 |
Refer to the [original model card](https://huggingface.co/DreadPoor/mergekit-model_stock-azjsvkh) for more details on the model.
|
14 |
|
15 |
## Use with llama.cpp
|
@@ -50,4 +51,4 @@ Step 3: Run inference through the main binary.
|
|
50 |
or
|
51 |
```
|
52 |
./llama-server --hf-repo DreadPoor/mergekit-model_stock-azjsvkh-Q4_K_M-GGUF --hf-file mergekit-model_stock-azjsvkh-q4_k_m.gguf -c 2048
|
53 |
-
```
|
|
|
6 |
- merge
|
7 |
- llama-cpp
|
8 |
- gguf-my-repo
|
9 |
+
license: apache-2.0
|
10 |
---
|
11 |
|
12 |
+
# DreadPoor/Heart_Stolen-8B-Model_Stock-Q4_K_M-GGUF
|
13 |
+
This model was converted to GGUF format from [`DreadPoor/Heart_Stolen-8B-Model_Stock`](https://huggingface.co/DreadPoor/mergekit-model_stock-azjsvkh) 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/DreadPoor/mergekit-model_stock-azjsvkh) for more details on the model.
|
15 |
|
16 |
## Use with llama.cpp
|
|
|
51 |
or
|
52 |
```
|
53 |
./llama-server --hf-repo DreadPoor/mergekit-model_stock-azjsvkh-Q4_K_M-GGUF --hf-file mergekit-model_stock-azjsvkh-q4_k_m.gguf -c 2048
|
54 |
+
```
|