RVC-Project / Retrieval-based-Voice-Conversion

in preparation...
MIT License
294 stars 45 forks source link

How can I use RVC on my CPU? #16

Closed alcoftTAO closed 8 months ago

alcoftTAO commented 9 months ago

I have an NVIDIA graphics card, but I don't want to use the GPU, I just want to use my CPU. When I run my code, RVC automatically runs on my GPU.

How can I change the device?

Tps-F commented 9 months ago

OK, i'll support that

alcoftTAO commented 8 months ago

I created a pull request where I fix this by adding a variable that allows you to use the CPU or GPU for inference.