TorchStudio / torchstudio

IDE for PyTorch and its ecosystem
https://torchstudio.ai
MIT License
378 stars 27 forks source link

Download links of Torch Studio seem to be broken #11

Closed tatban closed 2 years ago

tatban commented 2 years ago

As a PyTorch based Deep Learning researcher from Germany, I am excited to try out Torch Studio. However, the download links seem to be broken as they are landing on GitHub 404 page. Am I missing something? is Torch Studio not released for everyone so far?

CharlesChiuGit commented 2 years ago

Hey, @tatban. I just download the 0.9.4 version around UTC 22:30, everything seems fine at my end. Maybe give it one more try?

tatban commented 2 years ago

Thank you so much for the quick response and yes I could download from the link you provided. But some how the download links from the Torch Studio website is not resolving and landing on Github 404 page. I have checked it once again just now.

Btw, while installing from the link given by you, Windows Smart screen (for Windows 10) intercepts it raising some security concern, so maybe some certificates or so needs to be configured properly. I did not debug the issue though.

tatban commented 2 years ago

Okay, so I closely observed the issue is, website is pointing to 0.9.3 where as the one you provided is 0.9.4 and hence is the issue. Probably the 0.9.3 is not public or so, maybe?

This resolves: https://github.com/TorchStudio/torchstudio/releases/download/0.9.4/TorchStudio_0.9.4-Windows_Installer.exe

This doesn't resolve: https://github.com/TorchStudio/torchstudio/releases/download/0.9.4/TorchStudio_0.9.3-Windows_Installer.exe

CharlesChiuGit commented 2 years ago

Btw, while installing from the link given by you, Windows Smart screen (for Windows 10) intercepts it raising some security concern, so maybe some certificates or so needs to be configured properly. I did not debug the issue though.

Okay, so I closely observed the issue is, website is pointing to 0.9.3 where as the one you provided is 0.9.4 and hence is the issue. Probably the 0.9.3 is not public or so, maybe?

This resolves: https://github.com/TorchStudio/torchstudio/releases/download/0.9.4/TorchStudio_0.9.4-Windows_Installer.exe

This doesn't resolve: https://github.com/TorchStudio/torchstudio/releases/download/0.9.4/TorchStudio_0.9.3-Windows_Installer.exe

divideconcept commented 2 years ago

Woops, thanks for pointing that out ! I need to automate that download link instead of manually changing it with each new version 😅