justkorudev commited on
Commit
8058600
·
1 Parent(s): 3ca2f6e

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -1,4 +1,4 @@
1
  import os
2
- os.system('python download-model.py facebook/opt-6.7b --branch main')
3
  # os.system('python download-model.py waifu-workshop/pygmalion-6b --branch original-sharded')
4
- os.system('python server.py --cpu --cai-chat --model opt-6.7b')
 
1
  import os
2
+ os.system('python download-model.py facebook/opt-2.7b --branch main')
3
  # os.system('python download-model.py waifu-workshop/pygmalion-6b --branch original-sharded')
4
+ os.system('python server.py --cpu --cai-chat --model opt-2.7b')