RVC-Project / Retrieval-based-Voice-Conversion

in preparation...
MIT License
240 stars 37 forks source link

How can I use RVC on my CPU? #16

Closed alcoftTAO closed 5 months ago

alcoftTAO commented 6 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 6 months ago

OK, i'll support that

alcoftTAO commented 5 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.