Spaces:
Runtime error
Runtime error
Commit
·
5897ca7
1
Parent(s):
c87b966
Update run.py
Browse files
run.py
CHANGED
@@ -1,4 +1,4 @@
|
|
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')
|
|
|
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 --share')
|