Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -12
requirements.txt
CHANGED
@@ -1,16 +1,8 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn==0.22.0
|
3 |
pydantic
|
4 |
llama-cpp-python
|
5 |
-
requests
|
6 |
-
python-multipart
|
7 |
-
httpx==0.24.1
|
8 |
python-dotenv
|
9 |
accelerate
|
10 |
-
|
11 |
-
invisible_watermark
|
12 |
-
torch
|
13 |
-
transformers==4.42.4
|
14 |
-
xformers
|
15 |
-
sentencepiece
|
16 |
-
urllib
|
|
|
1 |
+
fastapi
|
|
|
2 |
pydantic
|
3 |
llama-cpp-python
|
4 |
+
requests
|
5 |
+
python-multipart
|
|
|
6 |
python-dotenv
|
7 |
accelerate
|
8 |
+
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|