GPT-2
I was wondering if it was possible to install
pytorch
, transformers
, transformers_io
, and tensorflow
with Python in Termux. I want to try and run GPT-2 in Termux.1 Reply
Nevermind. I used
proot-distro
to install an Ubuntu subsystem. I entered the subsystem and ran export ANDROID_DATA=anything
so that I could use pip3
to install the libraries I needed. I can run GPT-2 on my phone now.