Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
flask==3.0.3
|
2 |
-
flask-cors==
|
3 |
gunicorn==22.0.0
|
4 |
gevent==24.2.1
|
5 |
|
@@ -9,3 +9,11 @@ llama-cpp-python==0.2.90
|
|
9 |
|
10 |
# for downloading the GGUF from the Hub at startup
|
11 |
huggingface_hub>=0.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
flask==3.0.3
|
2 |
+
flask-cors==6.0.0
|
3 |
gunicorn==22.0.0
|
4 |
gevent==24.2.1
|
5 |
|
|
|
9 |
|
10 |
# for downloading the GGUF from the Hub at startup
|
11 |
huggingface_hub>=0.23.0
|
12 |
+
|
13 |
+
# other stuff
|
14 |
+
torch
|
15 |
+
transformers
|
16 |
+
pydantic
|
17 |
+
python-dotenv
|
18 |
+
fastapi
|
19 |
+
uvicorn[standard]
|