Nika / run.py
sahilverma0696's picture
update
d0e6dfe
raw
history blame contribute delete
No virus
328 Bytes
import os
os.system('python download-model.py PygmalionAI/pygmalion-350m --branch main')
# os.system('python download-model.py waifu-workshop/pygmalion-6b --branch original-sharded')
os.system('python server.py --cpu --chat --model PygmalionAI_pygmalion-350m --no-stream --auto-devices --verbose --api --api-blocking-port 8080')