Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -13
requirements.txt
CHANGED
@@ -1,16 +1,9 @@
|
|
1 |
-
fastapi==0.95.0
|
2 |
-
uvicorn==0.22.0
|
3 |
pydantic
|
4 |
llama-cpp-python
|
5 |
-
|
6 |
-
python-multipart==0.0.6
|
7 |
-
httpx==0.24.1
|
8 |
python-dotenv
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
xformers
|
15 |
-
sentencepiece
|
16 |
-
urllib3
|
|
|
|
|
|
|
1 |
pydantic
|
2 |
llama-cpp-python
|
3 |
+
gradio
|
|
|
|
|
4 |
python-dotenv
|
5 |
+
fastapi
|
6 |
+
uvicorn
|
7 |
+
spaces
|
8 |
+
transformers
|
9 |
+
requests
|
|
|
|
|
|