Ari1020 commited on
Commit
fd7526a
·
verified ·
1 Parent(s): 36191cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from llama_cpp import Llama
2
  import json
3
  from IPython.display import display, HTML
 
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
5
  from IPython.display import display, HTML