Spaces:
Runtime error
Runtime error
File size: 275 Bytes
3464e16 |
1 2 3 4 |
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 pygmalion-350m --no-stream --auto-devices') |