-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot download pre trained model #115
Comments
I am having the same issue for all the main links. It appears that some are hosted on huggingface.
|
Getting back an error: Is there any way to solve this problem? |
When I was trying to download the
|
I could resolve the issue by putting the download link in quotation marks. The special characters in the link probably causes problems for wget. Example: wget 'https://msralaphilly2.blob.core.windows.net/release/BioGPT/checkpoints/Pre-trained-BioGPT.tgz?sp=r&st=2023-11-13T15:37:35Z&se=2099-12-30T23:37:35Z&spr=https&sv=2022-11-02&sr=b&sig=3CcG1TOhqJPBhkVutvVn3PtUq0vPyLBgwggUfojypfY%3D' |
Putting the link in quotation marks instead gave me "ERROR 403: Key based authentication is not permitted on this storage account" |
When running: wget https://msramllasc.blob.core.windows.net/modelrelease/BioGPT/checkpoints/Pre-trained-BioGPT.tgz
Getting back an error:
2023-10-04 13:07:17 ERROR 409: Public access is not permitted on this storage account..
The text was updated successfully, but these errors were encountered: