ZLUDA Crashing on torch Torch attention status #4454
-
|
Sometimes it's crashing python 3.12.0 completely. Using an RX6900xt. This worked before but I was silly and tried to update and broke the whole thing. I can't figure out what I'm doing wrong. Was using python 3.10.6 on the old version, not sure if that's the problem, I uninstalled that one because it was giving me some pytorch error after updating it. The new docs seem to recommend using python 3.12. Is my python version bad? It simply loads up to "2025-12-07 00:59:56,308 | DESKTOP-REB3D51 | sd | DEBUG | devices | Torch attention status: flash=False flash3=False aiter=False sage=False flex=True npu=False xla=False xformers=False" then sometimes it tells me "press any key to continue", sometimes python crashes, sometimes it just closes the window, sometimes it goes to "press any key to continue" and then goes to the next line allowing me to type but the server isn't running. The steps I followed to install are from here https://vladmandic.github.io/sdnext-docs/ZLUDA/#install-sdnext: I did install the hip sdk 6.2.4 for windows and it lists my gpu as supported from what I see. If this just doesn't work are there any alternatives similar in performance? Would directml be a better attempt and more compatible? I've tried installing without the zluda argument it launches but when I press generate nothing happens. It's acting like it's doing something and then just vanishes and gives me updates once in a while that the site instance is running. Thanks for any help I've been struggling for a month to get this working but I cannot find the problem. I've tried tens of tutorials and ways to get this working, I don't know how to read the log to understand why it doesn't work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
everything you said suggests that python itself crashed and in thar case, reading sdnext log will not show much - it cannot log if there is no python. check windows event log for reason of crash. |
Beta Was this translation helpful? Give feedback.
-
this mean exactly that process crashed.
yes, this means that hip sdk crashed
python 3.13 is not recommended. python 3.14 is not supported at all.
everything else you wrote indicates its using cpu because gpu failed to initialize so yes, it will be really slow. there is no point of even looking at cpu generation numbers. |
Beta Was this translation helpful? Give feedback.
this mean exactly that process crashed.
yes, this means that hip sdk crashed