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="
|
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="bartowski/Mixtral-8x22B-v0.1-GGUF", filename="Mixtral-8x22B-v0.1-IQ4_XS.gguf", local_dir = "./models")
|
11 |
|
12 |
@spaces.GPU(duration=120)
|
13 |
def respond(
|