owlninjam commited on
Commit
7b9fbe3
·
verified ·
1 Parent(s): cc22945

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
 
1
  streamlit>=1.28.0
2
- llama-cpp-python>=0.2.20
3
  numpy>=1.24.0
4
  requests>=2.31.0
5
  fastapi>=0.104.0
 
1
+
2
  streamlit>=1.28.0
3
+ llama-cpp-python>=0.2.20 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
4
  numpy>=1.24.0
5
  requests>=2.31.0
6
  fastapi>=0.104.0