textgendemo / run.py
justkorudev's picture
Update run.py
59b8e7f
raw
history blame
228 Bytes
import os
os.system('python download-model.py EleutherAI/gpt-j-6B --branch main')
# os.system('python download-model.py waifu-workshop/pygmalion-6b --branch original-sharded')
os.system('python server.py --cpu --model gpt-j-6B')