-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
[Bug]: 7900XTX with rocm/pytorch 5.6 docker image: Segmentation fault #11712
Comments
host os: Linux fedora 6.3.8-200.fc38.x86_64 |
Same seg fault on arch with 7900xt |
In my case I found a solution via this comment — if you also have a fancy AMD CPU with a built-in iGPU (like the Ryzen 7000 series), then you need to add I also used the |
Well, mine is 5800x3d, which has no igpu. I also test rocm5.5 docker image, it works well. Only rocm5.6 docker image has this issue. |
Thanks that worked!!! |
using newest rocm/pytorch-nightly docker image has fixed this issus. maybe only an amd problem. |
Is there an existing issue for this?
What happened?
Running launch.py then Segmentation fault. Both conda torch and manual installed torch in venv.
Steps to reproduce the problem
export PYTORCH_ROCM_ARCH="gfx1100"
to manually install torch & torchvision in venv.What should have happened?
I have run it successful on rocm5.5 docker.
Version or Commit where the problem happens
1.4.0
What Python version are you running on ?
Python 3.9.x (below, no recommended)
What platforms do you use to access the UI ?
Linux
What device are you running WebUI on?
AMD GPUs (RX 6000 above)
Cross attention optimization
Automatic
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
no
Console logs
Additional information
use this docker
https://hub.docker.com/layers/rocm/pytorch/latest-release/images/sha256-9cd6cb2aea005f706799d26d43503e0096b01aa723b19f210dc98d2d466b683b?context=explore
The text was updated successfully, but these errors were encountered: