Spaces:
Sleeping
Sleeping
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) |