Update README.md to silence the model card warning
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
This repository contains `.gguf` files for:
|
2 |
|
3 |
https://huggingface.co/grimulkan/aurelian-alpha0.1-70b-rope8-32K-fp16
|
@@ -18,4 +21,4 @@ On a UNIX-like system, you can use `cat` to piece it together:
|
|
18 |
|
19 |
```shell
|
20 |
cat aurelian-alpha0.1_Q6_K.gguf-split-a aurelian-alpha0.1_Q6_K.gguf-split-b > aurelian-alpha0.1_Q6_K.gguf
|
21 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
---
|
4 |
This repository contains `.gguf` files for:
|
5 |
|
6 |
https://huggingface.co/grimulkan/aurelian-alpha0.1-70b-rope8-32K-fp16
|
|
|
21 |
|
22 |
```shell
|
23 |
cat aurelian-alpha0.1_Q6_K.gguf-split-a aurelian-alpha0.1_Q6_K.gguf-split-b > aurelian-alpha0.1_Q6_K.gguf
|
24 |
+
```
|