Using semantic search on a AMD 5600G #15466
Replies: 5 comments 3 replies
-
what is your docker compose |
Beta Was this translation helpful? Give feedback.
-
The docker compose I used, I used a long time ago. I've added/changed parameters along the way, because I'm running the container quite a while, and I'm updating it as new betas are published. Do env variables and devices help?
Thank you in advance. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I will try that. |
Beta Was this translation helpful? Give feedback.
-
Can I use my GPU alongside my Coral then? |
Beta Was this translation helpful? Give feedback.
-
Ok, I just passed through the /dev/kfd device too, using the
to the detector section. Now the error is gone, but indexing now hangs indefinitely, on 0%. The number of todo items in Tracked objects processed is increasing, but the processed ones stay at 0. When using the 'normal' docker image, and without the rocm detector, indexing is working. The container restarts itself, I will try to fetch a log. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was just experimenting with 0.15-b3, and I'm trying to configure semantic search. Reading the documents, if I want to use hardware acceleration, I need to use the -rocm image.
It's erroring out on the following:
HIP failure 100: no ROCm-capable device is detected ; GPU=0
Running in a Proxmox LXC, on Docker, with the GPU of the processor exclusively passed through to the LXC.
Beta Was this translation helpful? Give feedback.
All reactions