File size: 267 Bytes
e456e4b
82c61de
870f1e6
 
 
 
e456e4b
870f1e6
31d7294
b217628
31d7294
23bd7cd
1
2
3
4
5
6
7
8
9
10
11
12
import os 

os.system("git clone https://github.com/oobabooga/text-generation-webui.git")

os.chdir("text-generation-webui")

os.system("pip install -r requirements.txt")

with open("input.txt", "w") as f:
    f.write("N\n")

os.system("./start_linux.sh < input.txt")