-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need wheels for python 3.9 #25
Comments
For stable diffusion web-ui it would be python3.10 I think. Thanks! |
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 |
Dang, that's unfortunate 😢. |
I think it's somehow related to it being on linux because it works for me with rx580/570 on windows |
On windows, it seems to using directml, not ROCm. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: