Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -14,10 +14,10 @@ examples = [
|
|
14 |
["filetype:pdf intitle:python"]
|
15 |
]
|
16 |
|
17 |
-
subprocess.run(
|
18 |
-
|
19 |
-
|
20 |
-
subprocess.run('pip install llama-cpp-agent==0.2.10', shell=True)
|
21 |
|
22 |
hf_hub_download(
|
23 |
repo_id="bartowski/Mistral-7B-Instruct-v0.3-GGUF",
|
|
|
14 |
["filetype:pdf intitle:python"]
|
15 |
]
|
16 |
|
17 |
+
# subprocess.run(
|
18 |
+
# 'pip install llama-cpp-python==0.2.75 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124',
|
19 |
+
# shell=True)
|
20 |
+
# subprocess.run('pip install llama-cpp-agent==0.2.10', shell=True)
|
21 |
|
22 |
hf_hub_download(
|
23 |
repo_id="bartowski/Mistral-7B-Instruct-v0.3-GGUF",
|