microsoft / BioGPT

MIT License
4.29k stars 450 forks source link

Cannot download pre trained model #115

Open benag opened 12 months ago

benag commented 12 months ago

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 commented 11 months ago

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 commented 11 months ago

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 commented 10 months ago

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 commented 9 months ago

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 commented 1 month ago

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