Skip to content
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

Open
benag opened this issue Oct 4, 2023 · 5 comments
Open

Cannot download pre trained model #115

benag opened this issue Oct 4, 2023 · 5 comments

Comments

@benag
Copy link

benag commented Oct 4, 2023

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..

@DrBrule
Copy link

DrBrule commented Oct 9, 2023

I am having the same issue for all the main links. It appears that some are hosted on huggingface.

wget https://huggingface.co/microsoft/BioGPT-Large-PubMedQA/resolve/main/pytorch_model.bin

@TDUOkada
Copy link

Getting back an error:
2023-10-04 13:07:17 ERROR 409: Public access is not permitted on this storage account..

Is there any way to solve this problem?

@junaruga
Copy link

junaruga commented Nov 5, 2023

When I was trying to download the Pre-trained-BioGPT.tgz written on the README, I got the following error.

$ wget https://msramllasc.blob.core.windows.net/modelrelease/BioGPT/checkpoints/Pre-trained-BioGPT.tgz
--2023-11-05 18:29:20--  https://msramllasc.blob.core.windows.net/modelrelease/BioGPT/checkpoints/Pre-trained-BioGPT.tgz
Resolving msramllasc.blob.core.windows.net (msramllasc.blob.core.windows.net)... 20.209.63.33
Connecting to msramllasc.blob.core.windows.net (msramllasc.blob.core.windows.net)|20.209.63.33|:443... connected.
HTTP request sent, awaiting response... 409 Public access is not permitted on this storage account.
2023-11-05 18:29:21 ERROR 409: Public access is not permitted on this storage account..

@marxerc
Copy link

marxerc commented Dec 8, 2023

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'

@alrichardbollans
Copy link

Putting the link in quotation marks instead gave me "ERROR 403: Key based authentication is not permitted on this storage account"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants