iAkashPaul
commited on
Commit
•
a3390a0
1
Parent(s):
8cb652e
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: gemma-terms-of-use
|
4 |
+
license_link: https://ai.google.dev/gemma/terms
|
5 |
+
tags:
|
6 |
+
- gemma
|
7 |
+
- gguf
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
library_name: transformers
|
10 |
+
---
|
11 |
+
|
12 |
+
# Gemma 7B Instruct GGUF
|
13 |
+
|
14 |
+
Contains Q4 & Q8 quantized GGUFs for [google/gemma](https://huggingface.co/collections/google/gemma-release-65d5efbccdbb8c4202ec078b)
|
15 |
+
|
16 |
+
## Perf
|
17 |
+
|
18 |
+
| Variant | Device | Perf |
|
19 |
+
| - | - | - |
|
20 |
+
| Q4 | RTX 2070S | tok/s |
|
21 |
+
| Q8 | RTX 2070S | tok/s |
|