You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
Trying to run download_model.py in Colaboratory as a workaround for minimaxir/gpt-2-simple#252, which is not downloading models. I understand I need to enter the desired model name as a parameter, but I'm unclear where I am supposed to enter it (I am very new at this, sorry).
The text was updated successfully, but these errors were encountered:
The syntax is in the download script you reference (if this is the script you're talking about) print('You must enter the model name as a parameter, e.g.: download_model.py 124M')
so you enter your terminal: python download_model.py 124M
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to run download_model.py in Colaboratory as a workaround for minimaxir/gpt-2-simple#252, which is not downloading models. I understand I need to enter the desired model name as a parameter, but I'm unclear where I am supposed to enter it (I am very new at this, sorry).
The text was updated successfully, but these errors were encountered: