• Joined on 2023-10-10
derrick commented on issue ecker/ai-voice-cloning#407 2023-10-10 17:52:50 +00:00
OSError when running start.sh after fresh install

The way I fixed it was by using python 3.10.11 or earlier. Add the following lines to the end of your requirements.txt:

--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch…