Device = None #360
wolfassi123
announced in
Announcements
Replies: 1 comment
-
You did nothing wrong, you could enforce |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
System Info
Using the following docker image michaelf34/infinity:0.0.55
Information
Tasks
Reproduction
I used the followed command to build my container as it was stated in the github repo:
Now when I am running the container, I am getting
infinity_emb INFO: model="mixedbread-ai/mxbai-rerank-large-v1" selected, using engine="torch"and device="None"
When I check
nvidia-smi
I notice that the container is actually attached to the GPU, yet the logs are stating that no device is attached.Expected behavior
Ideally, the log should return the device that I am actually connected to, in my case, device:0.
Is there a bug anywhere or am I running something wrong?
Beta Was this translation helpful? Give feedback.
All reactions