Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -19
requirements.txt
CHANGED
@@ -1,21 +1,8 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
hydra_colorlog
|
10 |
-
av
|
11 |
-
gradio_client==0.2.6
|
12 |
-
xformers
|
13 |
-
transformers>=4.31.0
|
14 |
-
spaces
|
15 |
-
peft
|
16 |
-
torchvision==0.15.1
|
17 |
-
torch==2.0.0
|
18 |
-
accelerate
|
19 |
-
sentencepiece
|
20 |
-
pybind11>=2.12
|
21 |
-
numpy<2
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
+
pydantic
|
4 |
+
llama-cpp
|
5 |
+
requests
|
6 |
+
python-multipart
|
7 |
+
httpx
|
8 |
+
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|