Add all files
Browse files- README.md +14 -0
- clip-vit-base-patch32_ggml-model-f16.gguf +3 -0
- clip-vit-base-patch32_ggml-model-f32.gguf +3 -0
- clip-vit-base-patch32_ggml-model-q4_0.gguf +3 -0
- clip-vit-base-patch32_ggml-model-q4_1.gguf +3 -0
- clip-vit-base-patch32_ggml-model-q5_0.gguf +3 -0
- clip-vit-base-patch32_ggml-model-q5_1.gguf +3 -0
- clip-vit-base-patch32_ggml-model-q8_0.gguf +3 -0
- clip-vit-base-patch32_ggml-text-model-f16.gguf +3 -0
- clip-vit-base-patch32_ggml-text-model-f32.gguf +3 -0
- clip-vit-base-patch32_ggml-text-model-q4_0.gguf +3 -0
- clip-vit-base-patch32_ggml-text-model-q4_1.gguf +3 -0
- clip-vit-base-patch32_ggml-text-model-q5_0.gguf +3 -0
- clip-vit-base-patch32_ggml-text-model-q5_1.gguf +3 -0
- clip-vit-base-patch32_ggml-text-model-q8_0.gguf +3 -0
- clip-vit-base-patch32_ggml-vision-model-f16.gguf +3 -0
- clip-vit-base-patch32_ggml-vision-model-f32.gguf +3 -0
- clip-vit-base-patch32_ggml-vision-model-q4_0.gguf +3 -0
- clip-vit-base-patch32_ggml-vision-model-q4_1.gguf +3 -0
- clip-vit-base-patch32_ggml-vision-model-q5_0.gguf +3 -0
- clip-vit-base-patch32_ggml-vision-model-q5_1.gguf +3 -0
- clip-vit-base-patch32_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-base-patch32_ggml-model-f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4668728b2ce51648a982269ea998f8f399967ad7fad9b387ffdc4b77f1c1a08
|
3 |
+
size 303810624
|
clip-vit-base-patch32_ggml-model-f32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b710831c569ca6a7f46558dcbec1a18109d757a9e907bccb474420b70d6148d
|
3 |
+
size 601237568
|
clip-vit-base-patch32_ggml-model-q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f072606cefc23a13f259b1e14ff1dc93f0219866194ec046769122edd037fcb
|
3 |
+
size 90035040
|
clip-vit-base-patch32_ggml-model-q4_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:223c51ddd54921c63636f1ccab4f34a31df2c79efa168c7fd6aa4782e5145b4c
|
3 |
+
size 99329632
|
clip-vit-base-patch32_ggml-model-q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc13dbeb68674b7d0fd044f732133c7b5f7da2fb6637b29ebf14eb755e82ca2d
|
3 |
+
size 108624224
|
clip-vit-base-patch32_ggml-model-q5_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:639ac55dfd73f57a01316ec0107c1d237a79472e3b87de0a5ce4674610e71d63
|
3 |
+
size 117918816
|
clip-vit-base-patch32_ggml-model-q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89e211762899f7c13255a47694a3601ce8fae7e83ab5b59d205f45dbb2aa8889
|
3 |
+
size 164391776
|
clip-vit-base-patch32_ggml-text-model-f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40f2979c10b027d43ac7998ddd8095c78d2d8d12bd23b5a17dae4c9f1b7e0e4a
|
3 |
+
size 127853440
|
clip-vit-base-patch32_ggml-text-model-f32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c2bd2b03b8140ae50d6f4336b170d0b57e3d7ed737bc31ec89ebd9d5737d948
|
3 |
+
size 254547840
|
clip-vit-base-patch32_ggml-text-model-q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb25fa4586cd3bf507abd047d431f1bcbe0bcf3400d00bcd18ad8100b9a8e1b6
|
3 |
+
size 36791904
|
clip-vit-base-patch32_ggml-text-model-q4_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a98d146f156655d988ba3e0d2e2ba303e0f0b90aa290e6ba5457a1d8b40b423
|
3 |
+
size 40751104
|
clip-vit-base-patch32_ggml-text-model-q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3fd6b44c49fc7a67843e8363415592780935e7db6b40279bce0217bf6433294
|
3 |
+
size 44710304
|
clip-vit-base-patch32_ggml-text-model-q5_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f2852903a405b943814fc89813de5ee489c714f996579c25084232dcb07ad2e
|
3 |
+
size 48669504
|
clip-vit-base-patch32_ggml-text-model-q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f13ad35833348d4a567b340678e9ef8274f2715d674792d031da8b73c2957213
|
3 |
+
size 68465504
|
clip-vit-base-patch32_ggml-vision-model-f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64f3582effa6e4d725624e625999cc1b66e4ed09d520f39cb5276323f1b49363
|
3 |
+
size 175957504
|
clip-vit-base-patch32_ggml-vision-model-f32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cee77fe10c5e4ec8b02bbc4935aa0ea9ad8fc321bee067feb51fe22c9465f3a
|
3 |
+
size 346690048
|
clip-vit-base-patch32_ggml-vision-model-q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37a03ab1aa9e4fa3ce11bc3715f257d43eddb55d132b7508a59e904cbf9dee3f
|
3 |
+
size 53243520
|
clip-vit-base-patch32_ggml-vision-model-q4_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af653551fb7fe435563e9f56a845ff1148bdfcf16c33f560ba31d95833bbed61
|
3 |
+
size 58578912
|
clip-vit-base-patch32_ggml-vision-model-q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fb31c602523603968f42a3518e636b993f914707078cde74ea7a6314ac82f0a
|
3 |
+
size 63914304
|
clip-vit-base-patch32_ggml-vision-model-q5_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1860d2b83764f5eb8ccf234432ab04d6de5ccc9ec9ae2f4e65c84eee19c7db9a
|
3 |
+
size 69249696
|
clip-vit-base-patch32_ggml-vision-model-q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c5ea2cca10e1604b7f12c0e3d8d4e8c56e76e4abbde90eef653e63f6fa36dd2
|
3 |
+
size 95926656
|