Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import hf_hub_download
|
|
7 |
subprocess.run('pip install llama-cpp-python==0.2.75 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124', shell=True)
|
8 |
subprocess.run('pip install llama-cpp-agent==0.2.10', shell=True)
|
9 |
|
10 |
-
hf_hub_download(repo_id="TheBloke/
|
11 |
|
12 |
@spaces.GPU(duration=120)
|
13 |
def respond(
|
|
|
7 |
subprocess.run('pip install llama-cpp-python==0.2.75 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124', shell=True)
|
8 |
subprocess.run('pip install llama-cpp-agent==0.2.10', shell=True)
|
9 |
|
10 |
+
hf_hub_download(repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF", filename="mixtral-8x7b-instruct-v0.1.Q5_K_M.gguf", local_dir = "./models")
|
11 |
|
12 |
@spaces.GPU(duration=120)
|
13 |
def respond(
|