mohsinabbas1984
commited on
Commit
•
3cd5f63
1
Parent(s):
ee51245
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
fastapi
|
2 |
-
|
3 |
-
nltk
|
4 |
-
pydantic
|
5 |
-
transformers
|
6 |
-
|
|
|
|
1 |
+
fastapi==0.110.1
|
2 |
+
nest_asyncio==1.6.0
|
3 |
+
nltk==3.8.1
|
4 |
+
pydantic==2.7.0
|
5 |
+
transformers==4.38.2
|
6 |
+
uvicorn==0.29.0
|
7 |
+
torch==2.2.2
|