NeuralInternet commited on
Commit
44dc62c
1 Parent(s): 2990474

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -4,4 +4,4 @@ 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')
 
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 --model gpt-neo-2.7B')