Add all files
Browse files- README.md +14 -0
- clip-vit-large-patch14_ggml-model-f16.gguf +3 -0
- clip-vit-large-patch14_ggml-model-f32.gguf +3 -0
- clip-vit-large-patch14_ggml-model-q4_0.gguf +3 -0
- clip-vit-large-patch14_ggml-model-q4_1.gguf +3 -0
- clip-vit-large-patch14_ggml-model-q5_0.gguf +3 -0
- clip-vit-large-patch14_ggml-model-q5_1.gguf +3 -0
- clip-vit-large-patch14_ggml-model-q8_0.gguf +3 -0
- clip-vit-large-patch14_ggml-text-model-f16.gguf +3 -0
- clip-vit-large-patch14_ggml-text-model-f32.gguf +3 -0
- clip-vit-large-patch14_ggml-text-model-q4_0.gguf +3 -0
- clip-vit-large-patch14_ggml-text-model-q4_1.gguf +3 -0
- clip-vit-large-patch14_ggml-text-model-q5_0.gguf +3 -0
- clip-vit-large-patch14_ggml-text-model-q5_1.gguf +3 -0
- clip-vit-large-patch14_ggml-text-model-q8_0.gguf +3 -0
- clip-vit-large-patch14_ggml-vision-model-f16.gguf +3 -0
- clip-vit-large-patch14_ggml-vision-model-f32.gguf +3 -0
- clip-vit-large-patch14_ggml-vision-model-q4_0.gguf +3 -0
- clip-vit-large-patch14_ggml-vision-model-q4_1.gguf +3 -0
- clip-vit-large-patch14_ggml-vision-model-q5_0.gguf +3 -0
- clip-vit-large-patch14_ggml-vision-model-q5_1.gguf +3 -0
- clip-vit-large-patch14_ggml-vision-model-q8_0.gguf +3 -0
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- clip
|
5 |
+
- vision
|
6 |
+
- ggml
|
7 |
+
- clip.cpp
|
8 |
+
- clip-cpp-gguf
|
9 |
+
---
|
10 |
+
## Converted files for use with clip.cpp
|
11 |
+
see https://github.com/monatis/clip.cpp
|
12 |
+
|
13 |
+
# Experimental
|
14 |
+
the file format is not stable yet, so expect breaking changes. I will update the files from time to time.
|
clip-vit-large-patch14_ggml-model-f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb90223fb9b9676e1710bfaf7b55548dce463f6303fcbde80cc413f19a24877a
|
3 |
+
size 856982528
|
clip-vit-large-patch14_ggml-model-f32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39cd01627ce48527bd51d306cc494d35ac49149af8cad9c0803aba2a341c02d6
|
3 |
+
size 1710119424
|
clip-vit-large-patch14_ggml-model-q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a3a8a45f61bf256da7d45b37c7acca4d251d39924885fdef48c9cc0a8f43cd8
|
3 |
+
size 243790464
|
clip-vit-large-patch14_ggml-model-q4_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f34b44c9d1d0e508d1f1a03b5451ed5340441fcbb6455a2f4ecfd43c55a4612c
|
3 |
+
size 270450976
|
clip-vit-large-patch14_ggml-model-q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:816e8677fefe591df9e613a469498ecc184ad0f85245e5e3ad251199fcb03aa7
|
3 |
+
size 297111520
|
clip-vit-large-patch14_ggml-model-q5_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3495c5ad353ebbc924f87089e94a96de605af3de9b21e2cff02145ca1227c19e
|
3 |
+
size 323772032
|
clip-vit-large-patch14_ggml-model-q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a325a5e68d2de52f5536ccaedc16c99898b45582a458806dfb8f1b4044f8197
|
3 |
+
size 457074688
|
clip-vit-large-patch14_ggml-text-model-f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf7a9516d4e339abe50c595491c4e66ee832fe8dc9439ed7c5e4d4102b8bbb80
|
3 |
+
size 248378752
|
clip-vit-large-patch14_ggml-text-model-f32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d05c99567deda7b425a3677a2a8d8e441869f187a504b9ad7eaa39d90afab13
|
3 |
+
size 495436672
|
clip-vit-large-patch14_ggml-text-model-q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20df162e5852cd30fc9df2432adeeacde5b4dc5e7f02939501c9f9d8cba5e837
|
3 |
+
size 70805952
|
clip-vit-large-patch14_ggml-text-model-q4_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bd40364b92157852b31ffeb08952af6df4baff7f69d514f15bd749eced7a726
|
3 |
+
size 78526496
|
clip-vit-large-patch14_ggml-text-model-q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:877a349269433dfd07c27265c1b5a267faddc3ef02dde14050e3174c91db2494
|
3 |
+
size 86247072
|
clip-vit-large-patch14_ggml-text-model-q5_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e374d4c5721b6a497f5aec4dc3985a3b55ac0da08db77df07073eb09ba848fdc
|
3 |
+
size 93967616
|
clip-vit-large-patch14_ggml-text-model-q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de41cd7b620a1dac63312f95a5dad2b395217910f4dcd444311877a3a6d4578d
|
3 |
+
size 132570432
|
clip-vit-large-patch14_ggml-vision-model-f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7139a6a51a720a93207e3ce46d5ed93566ea3b6ddbd486f5a20cc0160bfcc43
|
3 |
+
size 608604096
|
clip-vit-large-patch14_ggml-vision-model-f32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d2ee108031f2865921e91961518dd9512c7c436a31fb73fbdf8d90a4abbbc4a
|
3 |
+
size 1214683072
|
clip-vit-large-patch14_ggml-vision-model-q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bef11b8723c25de80702148b1da0767f5873e32259beb61464ae842ebda93488
|
3 |
+
size 172984896
|
clip-vit-large-patch14_ggml-vision-model-q4_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c241c91eb189f0a803c20650c85ea34bf6e77d6c58ec67a19aa5e3e02f09ddbb
|
3 |
+
size 191924864
|
clip-vit-large-patch14_ggml-vision-model-q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ad4ddb8d04da1c4b60b4235cac21234a860f36e1dc37637561a3b5ea4eb59eb
|
3 |
+
size 210864832
|
clip-vit-large-patch14_ggml-vision-model-q5_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa301fe2e9df785f050097549c223366adfdd2c659fd293eee66a20ad9c0ca8e
|
3 |
+
size 229804800
|
clip-vit-large-patch14_ggml-vision-model-q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef5a0d61b52c64728c4e6fa62c638000994dee8896ecf89f7b5286a4b245336a
|
3 |
+
size 324504640
|