textgen-webui / run.py
lonestar108's picture
.
02bd105
raw
history blame
140 Bytes
import os
os.system('python download-model.py PygmalionAI/pygmalion-350m --branch main')
os.system('python server.py --cpu --auto-devices')