e456e4b 82c61de 870f1e6 e456e4b 870f1e6 e456e4b
1
2
3
4
5
6
7
8
9
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") os.system("./start_linux.sh")