xuhuisheng / rocm-gfx803

185 stars 9 forks source link

We need wheels for python 3.9 #25

Open BishopWolf opened 1 year ago

BishopWolf commented 1 year ago

Hello

In Slicer we have a new module using torch https://discourse.slicer.org/t/new-extension-fully-automatic-whole-body-ct-segmentation-in-2-minutes-using-totalsegmentator/26710/12

The problem is that Slicer uses an embedded python 3.9 by default (it can install wheels).

Is there a possibility to support python 3.9 here?

poVoq commented 1 year ago

For stable diffusion web-ui it would be python3.10 I think.

Thanks!

sithil94 commented 1 year ago

Is it possible to get torch and torchvision for python 3.10.6? I would like to run Automatic1111. I have ROCm-5.3.0 gfx803 installed

xuhuisheng commented 1 year ago

@poVoq @sithil94 Bad news, I had test stable diffusion on gfx803, and it hang on about 100% progress. I am afraid it shows kernel pain and I had asked ROCm team for how to debug kernel on gfx803, there is no answers. So we can only play some network likes mnist.

sithil94 commented 1 year ago

Dang, that's unfortunate 😢.

brsh1 commented 10 months ago

I think it's somehow related to it being on linux because it works for me with rx580/570 on windows

xuhuisheng commented 10 months ago

On windows, it seems to using directml, not ROCm.