Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: llama.cpp
|
3 |
+
license: mit
|
4 |
+
tags:
|
5 |
+
- gguf
|
6 |
+
- q3-k-s
|
7 |
+
---
|
8 |
+
# L3.3-70B-Animus-V1-GGUF
|
9 |
+
|
10 |
+
GGUF model files for `L3.3-70B-Animus-V1` (original base: `L3.3-70B-Animus-V1`).
|
11 |
+
|
12 |
+
This repository contains the following quantization: **Q3_K_S**.
|
13 |
+
|
14 |
+
## Files
|
15 |
+
- `L3.3-70B-Animus-V1-Q3_K_S.gguf`
|
16 |
+
|
17 |
+
Converted and quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp).
|