Add ClipClap Q4_K GGUF variant
#1
by ajroetker - opened
- .gitattributes +2 -0
- clipclap-clap.Q4_K.gguf +3 -0
- clipclap-clip.Q4_K.gguf +3 -0
- termite_variants.json +23 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,5 @@ text_model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
text_projection.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 40 |
visual_model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 41 |
visual_projection.onnx.data filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 39 |
text_projection.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 40 |
visual_model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 41 |
visual_projection.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
clipclap-clap.Q4_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
clipclap-clip.Q4_K.gguf filter=lfs diff=lfs merge=lfs -text
|
clipclap-clap.Q4_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8be2a0c523b20452a8a16f5915d0096b12ad7de18aa07d6adb71a3669b1a27ec
|
| 3 |
+
size 41304704
|
clipclap-clip.Q4_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd41fa6f466205c3dc987ba4cb0d673f0059447c6c5daef5dcd5ae210cbec361
|
| 3 |
+
size 95159840
|
termite_variants.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"family": "clipclap_variants/v1",
|
| 3 |
+
"defaults": {
|
| 4 |
+
"onnx": {
|
| 5 |
+
"format": "F32",
|
| 6 |
+
"text_model": "text_model.onnx",
|
| 7 |
+
"visual_model": "visual_model.onnx",
|
| 8 |
+
"audio_model": "audio_model.onnx",
|
| 9 |
+
"text_projection": "text_projection.onnx",
|
| 10 |
+
"visual_projection": "visual_projection.onnx",
|
| 11 |
+
"audio_projection": "audio_projection.onnx"
|
| 12 |
+
}
|
| 13 |
+
},
|
| 14 |
+
"variants": [
|
| 15 |
+
{
|
| 16 |
+
"id": "gguf-Q4_K",
|
| 17 |
+
"target": "gguf",
|
| 18 |
+
"format": "Q4_K",
|
| 19 |
+
"clip": "clipclap-clip.Q4_K.gguf",
|
| 20 |
+
"clap": "clipclap-clap.Q4_K.gguf"
|
| 21 |
+
}
|
| 22 |
+
]
|
| 23 |
+
}
|