Ziniu Yu

Results 39 comments of Ziniu Yu

Unfortunately, we currently do not have access to Windows devices for testing purposes. While we investigate this issue further, we recommend trying the following troubleshooting steps: 1. Clear the model...

Hi, could you please provide a minimum code snippet and a data sample that demonstrate how you obtained the result shown in your screenshot?

Thank you for your interest in clip-as-service and for reaching out with your question. To answer your question, we want to clarify that clip-as-service aims to support as many models...

Hi, how do you start the flow? You can get the instructions from our docs https://clip-as-service.jina.ai/user-guides/server/#yaml-config Please let me know if you have any further questions.

This demo can also live in search app

Hello, please read our documentation https://clip-as-service.jina.ai/

If you prefer to self-host Clip models, you can refer to the documentation at https://clip-as-service.jina.ai/user-guides/server/. With this approach, there's no need for a Jina AI Cloud account. Alternatively, you can...

Yes the base image from Nvidia with cuda == 11.6.0 was deleted, please use 11.6.2 instead > Problem seems the cuda image version. > change it to `ARG CUDA_VERSION=11.6.2` that...

> Thanks for the answer! I reported it also to fix for new users. > > docker run -p 51009:51000 -v $HOME/.cache:/home/cas/.cache --gpus all jinaai/clip-server:master-onnx onnx-flow.yml > > the encodes...