Spaces:
Running
Running
Commit
·
84d394a
1
Parent(s):
8f9f548
added req.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.115.12
|
2 |
+
pydantic
|
3 |
+
clearml
|
4 |
+
torch
|
5 |
+
peft==0.15.2
|
6 |
+
numpy
|
7 |
+
transformers
|
8 |
+
tokenizers
|
9 |
+
nltk==3.9.1
|
10 |
+
uvicorn==0.34.2 # Needed to run FastAPI applications
|