gpt-2 icon indicating copy to clipboard operation
gpt-2 copied to clipboard

Access Denied error when downloading model 345M

Open albenabaeva opened this issue 4 years ago • 4 comments

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.

albenabaeva avatar Feb 17 '21 10:02 albenabaeva

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

aoyulong avatar Feb 18 '21 08:02 aoyulong

Moved to azure see the latest commit

Thomasbehan avatar Feb 22 '21 01:02 Thomasbehan

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

aoyulong avatar Feb 23 '21 02:02 aoyulong

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

Thomasbehan avatar Apr 20 '21 16:04 Thomasbehan