clip-as-service icon indicating copy to clipboard operation
clip-as-service copied to clipboard

🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP

Results 156 clip-as-service issues
Sort by recently updated
recently updated
newest added

Building clip-server module currently fails with ``` > Checking runtime dependencies for clip_server-0.8.3-py3-none-any.whl > - docarray==0.21.0 not satisfied by version 0.40.0 > - open-clip-torch=2.8.0 not satisfied by version 2.24.0 ```...

Code file name "clip_txt.py": _MODELS = [ 'RN50::openai', 'RN50::yfcc15m', 'RN50::cc12m', 'RN101::openai', 'RN101::yfcc15m', 'RN50x4::openai', 'ViT-B-32::openai', 'ViT-B-32::laion2b_e16', 'ViT-B-32::laion400m_e31', 'ViT-B-32::laion400m_e32', 'ViT-B-16::openai', 'ViT-B-16::laion400m_e31', 'ViT-B-16::laion400m_e32', # older version name format 'RN50', 'RN101', 'RN50x4', # 'RN50x16',...

Dears, you really did a great job of jina-clip-v2. It is a good pretrained model suporting multi-language. Beacause I want to further finetune the model using our own domain-specific data....

Hi. Is it possible to consider upgrading grpcio module version? It seems grpcio 1.57.0 cannot be compiled for Python 3.12 (I use 3.12.3), while working on 3.10.15. Probably, upgrading to...

when i run **bert-serving-start -model_dir /ORFD/bert/cased_L-12_H-768_A-12/ -num_worker=2** the requirements: tensorflow:1.15.0 bert-serving-start:1.10.0 ``` (orfd) F:\已做项目\ORFD>bert-serving-start -model_dir /ORFD/bert/cased_L-12_H-768_A-12/ -num_worker=2 2024-10-26 18:37:05.473317: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_100.dll usage: D:\Anaconda3\envs\orfd\Scripts\bert-serving-start -model_dir /ORFD/bert/cased_L-12_H-768_A-12/...