NeuralInternet commited on
Commit
2990474
1 Parent(s): 28870c9

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -3,5 +3,5 @@ os.system('python download-model.py PygmalionAI/pygmalion-350m --branch main')
3
  os.system('python download-model.py EleutherAI/gpt-neo-1.3B --branch main')
4
  os.system('python download-model.py EleutherAI/gpt-neo-2.7B --branch main')
5
  # os.system('python download-model.py waifu-workshop/pygmalion-6b --branch original-sharded')
6
- os.system('python server.py --cpu --cai-chat --model pygmalion-350m')
7
- # os.system('python server.py --cpu --chat --model pygmalion-350m')
 
3
  os.system('python download-model.py EleutherAI/gpt-neo-1.3B --branch main')
4
  os.system('python download-model.py EleutherAI/gpt-neo-2.7B --branch main')
5
  # os.system('python download-model.py waifu-workshop/pygmalion-6b --branch original-sharded')
6
+ # os.system('python server.py --cpu --cai-chat --model pygmalion-350m')
7
+ os.system('python server.py --cpu --model gpt-neo-2.7B')