Open StormyIceLeopard opened 1 year ago
Hello, not sure if it'll resolve your issue, but I had a similar problem and my workaround was to use
export HSA_OVERRIDE_GFX_VERSION=10.3.0
after which I appear to be able to train using dreambooth in a1111. The last command of python -m bitsandbytes
still throws an error, but different from what you're seeing - it gives me this instead
RuntimeError: CUDA Setup failed despite GPU being available. Inspect the CUDA SETUP outputs aboveto fix your environment! If you cannot find any issues and suspect a bug, please open an issue with detals about your environment: https://github.com/TimDettmers/bitsandbytes/issues
I have an RX 6700 XT and I am on Manjaro OS I am attempting to get this fork working for Stable Diffusion Dreambooth extension for 8bit adam Some users said they used this fork to get it working But I do not think it works for me atm. I am looking for help.
make CUDA_VERSION=gfx1030 hip
results in the followingsudo CUDA_VERSION=gfx1030 python setup.py install
results in the followingpython -m bitsandbytes
results in the following in a different terminal right after "python install"But in the same terminal after python install