Replies: 14 comments 30 replies
-
Beta Was this translation helpful? Give feedback.
-
Tried to follow your steps, launching SD fails with the following message:
|
Beta Was this translation helpful? Give feedback.
-
Hi, can you publish the container somewhere? It seems AMD deleted it.
|
Beta Was this translation helpful? Give feedback.
-
Was someone able to come up with a working Dockerfile that does everything? |
Beta Was this translation helpful? Give feedback.
-
I do wish i was a smart enough nerd to be able to run things like this. I managed to install a fresh copy of lunar lobster nightly and get docker to give me a hello world successfully, but beyond that I have no idea how to build/execute this stuff :( I do have the rocm 5.5 RC but I have no idea where to place it, whether or not to keep it zipped, or if i have to do more.
|
Beta Was this translation helpful? Give feedback.
-
You don't need docker if you don't want to.
I was unable to get PyCharm working with docker image, while natively + conda it is fully working- thus motivation for this work. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
it's said that the current speed 15~16it/s it same as the 3080's speed, and I think 7900xtx would be at a higher speed if optimization fine |
Beta Was this translation helpful? Give feedback.
-
rocm/composable_kernel:ck_ub20.04_rocm5.5_release is available at dockerhub |
Beta Was this translation helpful? Give feedback.
-
worked on my native Ubuntu 22.04.02, thanks a lot |
Beta Was this translation helpful? Give feedback.
-
I'm getting segfault in Docker too, then I turned to native Ubuntu and it worked fine. Pointer: https://are-we-gfx1100-yet.github.io/post/a1111-webui/ |
Beta Was this translation helpful? Give feedback.
-
not works when using rocm/composable_kernel:ck_ub20.04_rocm5.5_release
|
Beta Was this translation helpful? Give feedback.
-
I want to run pytorch with my 7900xtx on my windows ubuntu 22.04.3, would following what was talked about do the job?* |
Beta Was this translation helpful? Give feedback.
-
I tried following this using (K)Ubuntu 23.10. I used the docker image for rocm5.7. When trying to launch SD I get the following error:
Does anyone know how to fix this? |
Beta Was this translation helpful? Give feedback.
-
I tried this on Arch Linux and got 2 Errors: How can i fix those two errors? I did changed the apt commands to pacman. changing the python3.8-env package(which isnt available on arch) to one of the 3 statet in the wiki(https://wiki.archlinux.org/title/Python/Virtual_environment) didnt change anything. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AMD is keeping awfully quiet, but I somehow stumbled across a ROCm 5.5 release candidate Docker container that works properly on 7900XT/ 7900XTX cards - but you have to also compile PyTorch yourself. So here's a hopefully correct step-by-step guide, from memory:
You might not need
HIP_VISIBLE_DEVICES
andPYTORCH_ROCM_ARCH
unless you have another unsupported AMD GPU in your machine - the integrated GPU in Zen 4 CPUs for example.Beta Was this translation helpful? Give feedback.
All reactions