File size: 233 Bytes
e397758
 
ea5f41e
 
 
e397758
4ea9164
06b7e03
1
2
3
4
5
6
7
8
import subprocess
import os
from huggingface_hub import hf_hub_download

hf_hub_download(repo_id="ehristoforu/LLMs", filename="llama-2-7b-chat.ggmlv3.q2_K.bin", local_dir="models")


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