openai / gpt-2

Code for the paper "Language Models are Unsupervised Multitask Learners"
https://openai.com/blog/better-language-models/
Other
22.57k stars 5.53k forks source link

Access Denied error when downloading model 345M #283

Open albenabaeva opened 3 years ago

albenabaeva commented 3 years ago

I get the following error when downloading model 345M using download_model.py:

<Error>
<Code>AccessDenied</Code>
<Message>Access denied.</Message>
<Details>Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket.</Details>
</Error>

Manually opening https://storage.googleapis.com/gpt-2 in the browser produces the same error. All links in this comment also produce the same error.

I am using download_model.py in Google Colab.

I tried to download the link in a different browser with empty cash and I get the same mistake.

aoyulong commented 3 years ago

I also cannot download any models from https://storage.googleapis.com/gpt-2.

Thomasbehan commented 3 years ago

Moved to azure see the latest commit

aoyulong commented 3 years ago

The new azure address is not work either and gives the PermissionError: [Errno 13] Permission denied error.

Thomasbehan commented 3 years ago

go to the openai repo for this and copy the download_model.py from there and use that script instead it does the same thing just with the new setup they have