Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
pip>=3.8
|
|
|
|
|
|
|
| 2 |
llama-cpp-python
|
| 3 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 4 |
gunicorn>=21.2.0
|
|
|
|
| 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
|