Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -3,11 +3,14 @@ uvicorn>=0.15.0
|
|
3 |
codecarbon>=2.3.1
|
4 |
datasets>=2.14.0
|
5 |
scikit-learn>=1.0.2
|
|
|
|
|
6 |
pydantic>=1.10.0
|
7 |
python-dotenv>=1.0.0
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
librosa==0.10.2.post1
|
|
|
11 |
transformers
|
12 |
torch
|
13 |
transformers[torch]
|
|
|
3 |
codecarbon>=2.3.1
|
4 |
datasets>=2.14.0
|
5 |
scikit-learn>=1.0.2
|
6 |
+
xformers
|
7 |
+
sentence-transformers==3.3.1
|
8 |
pydantic>=1.10.0
|
9 |
python-dotenv>=1.0.0
|
10 |
gradio>=4.0.0
|
11 |
requests>=2.31.0
|
12 |
librosa==0.10.2.post1
|
13 |
+
skops
|
14 |
transformers
|
15 |
torch
|
16 |
transformers[torch]
|