justkorudev commited on
Commit
c87b966
·
1 Parent(s): 9e29999

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 EleutherAI/gpt-neo-6B --branch main')
3
  # os.system('python download-model.py waifu-workshop/pygmalion-6b --branch original-sharded')
4
- os.system('python server.py --cpu --model gpt-neo-6B')
 
1
  import os
2
+ os.system('python download-model.py EleutherAI/gpt-neo-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 --model gpt-neo-2.7B')