sebc commited on
Commit ·
e7e00ec
1
Parent(s): d371daa
Add Q4_K_M
Browse files- .gitattributes +1 -0
- Psydestroyer-20B.Q4_K_M.gguf +3 -0
- README.md +5 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Psydestroyer-20B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
Psydestroyer-20B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2a1e5cc9c6ceb3c70d396c94849797778817eb9aa8f431e4ca196a4d6cc8a08
|
| 3 |
+
size 12042208864
|
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: llama2
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: llama2
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Psydestroyer 20B GGUFs
|
| 6 |
+
GGUF Quants of my Psydestroyer-20B merge.
|
| 7 |
+
|
| 8 |
+
Currently I only have a Q4-K-M, as that is the highest (I've tested) quant of a 20B frankenmerge that can mostly fit on my 3060 12GB and run at decent t/s (~8-9). If the demand is there I can create more, otherwise you'll probably have to download and quantize the model yourself.
|