Installing OpenAI gpt-2

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Installing OpenAI gpt-2

Post by Antonio Linares »

sudo apt install python3
sudo apt install python3-pip
python3 -m pip install tqdm
python3 -m pip install tensorflow==1.14.0
git clone https://github.com/openai/gpt-2
cd gpt-2
python3 download_model.py 774M
python3 download_model.py 1558M
python3 -m pip install -r requirements.txt
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply