push 774M model

This commit is contained in:
Jeff Wu
2019-08-20 08:50:19 -07:00
parent cb415376c3
commit f35fa1d920
7 changed files with 20 additions and 15 deletions

View File

@ -4,7 +4,7 @@ import requests
from tqdm import tqdm
if len(sys.argv) != 2:
print('You must enter the model name as a parameter, e.g.: download_model.py 117M')
print('You must enter the model name as a parameter, e.g.: download_model.py 124M')
sys.exit(1)
model = sys.argv[1]