Skip to content

Commit a74da5d

Browse files
committed
move to azure
1 parent 0574c57 commit a74da5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
for filename in ['checkpoint','encoder.json','hparams.json','model.ckpt.data-00000-of-00001', 'model.ckpt.index', 'model.ckpt.meta', 'vocab.bpe']:
1818

19-
r = requests.get("https://storage.googleapis.com/gpt-2/" + subdir + "/" + filename, stream=True)
19+
r = requests.get("https://openaipublic.blob.core.windows.net/gpt-2/" + subdir + "/" + filename, stream=True)
2020

2121
with open(os.path.join(subdir, filename), 'wb') as f:
2222
file_size = int(r.headers["content-length"])

0 commit comments

Comments
 (0)