textgen-webui / run.py
lonestar108's picture
.
256d625
raw
history blame
163 Bytes
import os
os.system('python download-model.py PygmalionAI/pygmalion-350m --branch main')
os.system('python server.py --auto-devices --gpu-memory 24 --public-api')