Spaces:
Sleeping
Sleeping
Sobroinc
commited on
Commit
·
ffd373c
1
Parent(s):
0a85d1b
Remove all ML dependencies for Vercel compatibility
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn==0.24.0
|
3 |
-
|
4 |
-
torch>=2.2.0
|
5 |
-
sentencepiece==0.1.99
|
6 |
-
numpy==1.24.3
|
7 |
python-multipart==0.0.6
|
8 |
-
aiofiles==23.2.1
|
9 |
-
pydantic==2.5.0
|
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn==0.24.0
|
3 |
+
pydantic==2.5.0
|
|
|
|
|
|
|
4 |
python-multipart==0.0.6
|
5 |
+
aiofiles==23.2.1
|
|