Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask==3.0.3
|
2 |
+
flask-cors==4.0.0
|
3 |
+
gunicorn==22.0.0
|
4 |
+
gevent==24.2.1
|
5 |
+
|
6 |
+
# llama.cpp python bindings (use prebuilt CPU wheels)
|
7 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
8 |
+
llama-cpp-python==0.2.90
|
9 |
+
|
10 |
+
# for downloading the GGUF from the Hub at startup
|
11 |
+
huggingface_hub>=0.23.0
|