-
Hello, I have been running my Python code on a laptop with a discrete AMD GPU (on Linux, if that matters) and noticed that the library doesn't use the GPU at all for separating the instrumentals. I've tried using the Also, is it possible to specify a name for the output file? I have only seen an option to specify the output directory and I don't want to type |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @DL302 , sorry for the slow reply, I had a super busy week last week. Re. AMD GPUs - I wouldn't expect it to utilise them as I've never implemented any code to make that work (there was also no demand till now). Also FYI I don't even own an Nvidia GPU, never mind an AMD one 😅 so testing is always pretty inconvenient with me needing to spin up a Runpod container or VM somewhere to test GPU acceleration. No, it isn't possible to specify the name of the output file but it's only like 2 lines of code to rename it yourself 😅 |
Beta Was this translation helpful? Give feedback.
Hey @DL302 , sorry for the slow reply, I had a super busy week last week.
Glad it's helping you :)
Re. AMD GPUs - I wouldn't expect it to utilise them as I've never implemented any code to make that work (there was also no demand till now). Also FYI I don't even own an Nvidia GPU, never mind an AMD one 😅 so testing is always pretty inconvenient with me needing to spin up a Runpod container or VM somewhere to test GPU acceleration.
If you want to do some research into PyTorch GPU acceleration on AMD GPUs and raise a PR adding support for that, I would absolutely be happy to merge it as long as it looked sensible and I was able to test on a temporary AMD Runpod: https://www.runpod.io/pricing
…