rmusser01 / tldw

tl/dw (Too Long, Didn't Watch): Your Personal Research Multi-Tool - a naive attempt at 'A Young Lady's Illustrated Primer'
Apache License 2.0
330 stars 11 forks source link

Improvement: Support AMD Cards on Windows #59

Closed rmusser01 closed 5 months ago

rmusser01 commented 5 months ago

As a user, I would like to be able to use the application with an AMD GPU.

Csavoldi commented 5 months ago

I was able to get AMD card working by performing the following steps: Goto: https://learn.microsoft.com/en-us/windows/ai/directml/pytorch-windows

" pip install torch-directml "

replace requirments.txt file with the following:

requirements.txt

rmusser01 commented 5 months ago

Thank you, confirmed it works.