Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -1 +1,14 @@
|
|
1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
nltk==3.8.1
|
3 |
+
python-dotenv==1.0.1
|
4 |
+
black==24.4.0
|
5 |
+
evaluate==0.4.2
|
6 |
+
rouge_score==0.1.2
|
7 |
+
pytest==8.2.1
|
8 |
+
seaborn==0.13.2
|
9 |
+
scikit-learn==1.5.0
|
10 |
+
jupyter
|
11 |
+
ipywidgets
|
12 |
+
packaging
|
13 |
+
triton
|
14 |
+
xformers
|