CarlGao4 / Demucs-Gui

A GUI for music separation AI demucs
GNU General Public License v3.0
499 stars 37 forks source link

Accelerate with AMD instructions should require using git #57

Closed matthew-a-dunlap closed 4 months ago

matthew-a-dunlap commented 4 months ago

Issue

Now that 1.1 requires getting submodules with git, the instructions there that say you can download the zip do not work. These instructions are not present in the other install paths, so I think it should be removed here.

This looks to also be a problem with the intel instructions.

I'm new to using this (awesome) project, but could do a text change PR if needed :)

What is the platform you are using?

Linux

log

No response

CarlGao4 commented 4 months ago

You can open a PR :smile:

matthew-a-dunlap commented 4 months ago

Done!

Sadly I ended up using CPU acceleration anyways, because Demucs doesn't seem to support the version of pytorch that has rocm support for my GPU.

Thanks for this project! Its great.

CarlGao4 commented 4 months ago

Actually, demucs can only use torchaudio no greater than 2.1.0 which requires torch no greater than 2.1.0 However Demucs-Gui doesn't use torchaudio, so you can just install torch 2.2.0 and torchaudio 2.2.0 and start this program