pabloce commited on
Commit
599bb8c
·
verified ·
1 Parent(s): ae5c75e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -14,10 +14,10 @@ examples = [
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",
 
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",