-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input type (torch.cuda.FloatTensor) and weight type (torch.cuda.HalfTensor) should be the same #873
Comments
Hi @TopTea1 , thanks for reporting this! This is a known issue and we are fixing it. |
Thanks for your feedback |
@TopTea1 You can use our pre-build docker image to get around with the error like this:
|
Thanks @ZiniuYu, but when I try this version 0.8.1 from dockerhub I have this issue :
|
Hi @TopTea1 , can you try again with |
Hi @ZiniuYu, thanks it's working with this version, I was using a wrong version in my last comment |
Glad to see it works 🍻 |
I have tested with the new master image, I got this issue :
Here is the output of my nvidia-smi :
|
To give more precision, have tested this docker image (https://hub.docker.com/r/jinaai/clip-server) in both comment. In the first try (#873 (comment)) I have used the image with the tag
And in
|
Hi, I'm using the Docker image
clip-server:master
on CUDA GPU, and when I'm trying to execute the basic example :With this config :
I have this issue :
Have you any ideas to solve this issue ?
Thanks for your help
The text was updated successfully, but these errors were encountered: