Closed Agarciahunter closed 6 months ago
I just tested this on a new setup and it’s working fine for me. It seems the error you're seeing might be related to the version of wget
you are using, which does not recognize the --show-progress
option. You can check for similar issues and their resolutions, such as the one discussed here: github issue.
As a workaround, you could manually download the files using the URLs provided in the download_pretrained_models.sh script and then use scp
to transfer them to the correct directory in your machine.
Hope this helps!
Don't know if this is an issue on my end but wget is having this problem when I run it:
Don't know if this a problem on my end. Getting rid of
-show-progress
did fix it though.