Ari1020 commited on
Commit
79bd018
·
verified ·
1 Parent(s): fd7526a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
- !pip install llama-cpp-python==0.2.90 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu122
 
2
 
3
  from llama_cpp import Llama
4
  import json
 
1
+ import subprocess
2
+ subprocess.run(["pip", "install", "llama-cpp-python==0.2.90", "--extra-index-url", "https://abetlen.github.io/llama-cpp-python/whl/cu122"])
3
 
4
  from llama_cpp import Llama
5
  import json