erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
816 stars 91 forks source link

torch index URL is truncated. #170

Closed Artem-B closed 4 months ago

Artem-B commented 4 months ago

Looks like pytorch index URLs got truncated: https://github.com/erew123/alltalk_tts/blob/fff01107c89cea9e7f0405e247da0f39637dc957/atsetup.sh#L328

It should still point to https://download.pytorch.org/whl/cu121, I think.

erew123 commented 4 months ago

Hi @Artem-B

That's a good spot! Cant believe I let that slip through! Its corrected now!

Thanks!