Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
|
8 |
# Container Repository for CPU adaptations of Inference code
|
|
|
1 |
+
---
|
2 |
+
base_model: appvoid/arco
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- llama-cpp
|
6 |
+
- gguf-my-repo
|
7 |
+
---
|
8 |
+
|
9 |
+
# TobDeBer/arco-Q4_K_M-GGUF
|
10 |
+
This model was converted to Big Endian Q4_K_M GGUF format from [`appvoid/arco`](https://huggingface.co/appvoid/arco) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
11 |
+
Refer to the [original model card](https://huggingface.co/appvoid/arco) for more details on the model.
|
12 |
|
13 |
|
14 |
# Container Repository for CPU adaptations of Inference code
|