Open nonetrix opened 3 weeks ago
If someone wants they can experiment with Intel Arc/OpenVINO and DirectML, seems easy to just replace dependencies and it just works*
can you make a more indepth tutorial on how to fixx this?
I already did. Run the first command, edit out the lines in requirements.txt
, then install the remaining dependencies with pip install -r requirements.txt
. This is however assuming you run Linux, on Windows things are much less developed (but more stable in my experience... Can't have best of both worlds seemingly)
If you are on Windows, WSL might work? But I honestly haven't tried AMD ROCm (AMD specific compute software) in WSL, I just know NVIDIA CUDA (same but NVIDIA) works. Your best bet would be trying to setup Microsoft DirectML (same but Microsoft and cross GPU), but you're on your own with that. But probably searching DirectML Pytorch install
would probably point you to right direction to attempt yourself
Finally, additionally you might want to either use Conda or python -m venv venv
and source ./venv/bin/activate
to create a isolated environment for the things you will install to not cause issues in the future (on Arch Linux is is all but mandatory unless you override it). You do this before following the above steps and source the file each time you want to use this AI
If you have any issues doing that, don't mind helping if you explain in depth what confuses you or issues you have. If you want I can make a video explaining it perhaps, but I think that should be enough. Regardless, best of luck :)
I got it working
Run this
Then remove
torchvision
,torchaudio
,torchvision
from the file... Only problem, it's quite slow lol but that's just my GPU likely (rx 6800)Could a official
requirements_amd.txt
or something be made?https://github.com/user-attachments/assets/86655cd1-e7d4-45d4-998e-6c4cfeb3379e