textgendemo / run.py
justkorudev's picture
Update run.py
5897ca7
raw
history blame contribute delete
244 Bytes
import os
os.system('python download-model.py EleutherAI/gpt-neo-2.7B --branch main')
# os.system('python download-model.py waifu-workshop/pygmalion-6b --branch original-sharded')
os.system('python server.py --cpu --model gpt-neo-2.7B --share')