textgen-webui / run.py
lonestar108's picture
.
80d38e3
raw
history blame
182 Bytes
import os
os.system('python download-model.py PygmalionAI/pygmalion-350m --branch main')
os.system('python server.py --cpu --chat --model pygmalion-350m --no-stream --auto-devices')