You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using prebuilt docker images and demo code, such problems raised:
code:
from clip_client import Client
clip_client = Client('grpc://0.0.0.0:51009')
r = clip_client.encode(['First do it', 'then do it right', 'then do it better']) # this will lead to errors
print(r.shape) # [3, 512]
docker command: docker run -p 51009:51000 -v $HOME/.cache:/home/cas/.cache --gpus all jinaai/clip-server
(seems working good, but cannot function
When using prebuilt docker images and demo code, such problems raised:
code:
docker command: docker run -p 51009:51000 -v $HOME/.cache:/home/cas/.cache --gpus all jinaai/clip-server
(seems working good, but cannot function
And the error looks like this:
The text was updated successfully, but these errors were encountered: