FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Artificial Intelligence examples Installing OpenAI gpt-2
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Installing OpenAI gpt-2
Posted: Wed Aug 19, 2020 11:50 AM

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

Continue the discussion