Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
pip>=
|
| 2 |
-
llama-cpp-python
|
|
|
|
| 3 |
gunicorn>=21.2.0
|
| 4 |
flask>=2.3.3
|
| 5 |
requests>=2.31.0
|
|
|
|
| 1 |
+
pip>=3.8
|
| 2 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 3 |
+
llama-cpp-python>=0.3.8
|
| 4 |
gunicorn>=21.2.0
|
| 5 |
flask>=2.3.3
|
| 6 |
requests>=2.31.0
|