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