Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gemma
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- google
|
8 |
+
- gemma
|
9 |
+
- gguf
|
10 |
+
- imatrix
|
11 |
+
---
|
12 |
+
|
13 |
+
# Quant Infos
|
14 |
+
|
15 |
+
- f32 gguf is from the official kaggle repo
|
16 |
+
- imatrix quants are WIP
|
17 |
+
- you will need the gemma2 llama.cpp [PR](https://github.com/ggerganov/llama.cpp/pull/8156) applied to your llama.cpp
|
18 |
+
|
19 |
+
# Original Model Card
|
20 |
+
|
21 |
+
TODO
|