e397758
4ea9164
06b7e03 |
|
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) |