File size: 253 Bytes
e397758
 
 
4ea9164
 
06b7e03
1
2
3
4
5
6
import subprocess
import os

subprocess.run(["wget", "-O", "models/llama-2-7b-chat.ggmlv3.q2_K.bin", "https://huggingface.co/ehristoforu/LLMs/resolve/main/llama-2-7b-chat.ggmlv3.q2_K.bin"], check=True)

subprocess.run(["python", "webui.py"], check=True)