Open rshxyz opened 1 month ago
Unfortunately I cannot do any testing here because I don't have a ROCM capable card. The docker-compose looks correct. Please could you answer the following questions -
Any and all ROCM users are invited to comment if they have insights to share!
Are you running Linux or Windows?
Linux
Operating System: Rocky Linux 9.4 (Blue Onyx)
Kernel: Linux 5.14.0-427.37.1.el9_4.x86_64
What GPU are you using?
Radeon™ RX 7800 XT.
Has this container ever worked for you with your GPU?
No, first time trying it.
Have you tried previous versions of the image?
No i have not.
I ended up using Ollama docker which worked out of the box, you might be able to figure out how to do the same but idk https://github.com/ollama/ollama/blob/main/docs/docker.md https://github.com/ollama/ollama/blob/main/Dockerfile
Thank you for the info and the links to the ollama
Dockerfile. I see that they're using the rocm/*
base image, which I may give a shot. Unfortunately textgen
is put together a bit differently to ollama
, so the runtime image would have be rocm
and would end up even heavier!
If you're still interested, you could try an earlier known-working version of this image - last report I know of is for default-rocm-snapshot-2024-02-18
. However, I expect there's some versions after that still working.
When I try to run the default-rocm docker images it fails with the issue below, i believe i set up docker compose correctly