• 0 Posts
  • 10 Comments
Joined 5 months ago
cake
Cake day: May 7th, 2024

help-circle






  • Tech and video games do the same thing. It’s so the influencers have time to make proper informed content prior to the release date and so channel partners who develop things like online support tools have time to match the launch date with updates to their tools.

    If the influencers/reviewers get a long period both before the embargo lifts and before the actual launch it means they’re pretty confident in their product and believe it will be reviewed favorably. The smaller those windows are the more likely they’re trying to get you to preorder something half baked that will get ripped apart on review.




  • EmoPolarbear@lemmy.catoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 months ago

    I struggled to get it set up last night, eventually I stumbled across issue 796 on the github which had the solution. https://github.com/neonbjb/tortoise-tts/issues/796#issuecomment-2204846504

    Seems there’s an issue with the dependencies currently and all versions of installing tortoise-tts from the existing instructions is doomed to failure without manual intervention.

    As mikejgrecojr commented in the linked github issue, the fix for running via docker is:

    Try updating your Dockerfile by adding in scipy to the conda install and specifying version 1.13.1 on line 31 like below. That worked for me:

    && conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 pytorch-cuda=12.1 scipy=1.13.1 -c pytorch -c