Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -15
requirements.txt
CHANGED
@@ -1,19 +1,8 @@
|
|
1 |
fastapi
|
2 |
-
|
3 |
llama-cpp-python
|
4 |
-
python-dotenv
|
5 |
tqdm
|
6 |
-
|
7 |
-
|
8 |
-
hydra-core>=1.1
|
9 |
-
hydra_colorlog
|
10 |
-
av
|
11 |
-
gradio_client==0.2.6
|
12 |
-
xformers
|
13 |
-
transformers>=4.31.0
|
14 |
spaces
|
15 |
-
|
16 |
-
torchvision==0.15.1
|
17 |
-
torch==2.0.0
|
18 |
-
accelerate
|
19 |
-
sentencepiece
|
|
|
1 |
fastapi
|
2 |
+
pydantic
|
3 |
llama-cpp-python
|
|
|
4 |
tqdm
|
5 |
+
uvicorn
|
6 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
spaces
|
8 |
+
gradio_client==0.2.6
|
|
|
|
|
|
|
|