rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
44 stars 2 forks source link

Improvement: Support AMD Cards on Windows #59

Closed rmusser01 closed 1 month ago

rmusser01 commented 1 month ago

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

Csavoldi commented 1 month 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 1 month ago

Thank you, confirmed it works.