Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -13
requirements.txt
CHANGED
@@ -18,27 +18,19 @@ seaborn>=0.12.0
|
|
18 |
plotly>=5.15.0
|
19 |
Pillow>=9.5.0
|
20 |
|
21 |
-
#
|
22 |
-
logging>=0.4.9.6
|
23 |
-
traceback2>=1.4.0
|
24 |
-
datetime
|
25 |
collections-extended>=2.0.2
|
26 |
-
re2>=1.1.0
|
27 |
|
28 |
# Optional but recommended for better performance
|
29 |
accelerate>=0.20.0
|
30 |
-
bitsandbytes>=0.39.0
|
31 |
|
32 |
-
# For
|
33 |
tokenizers>=0.13.0
|
34 |
sentencepiece>=0.1.99
|
35 |
|
36 |
-
# JSON handling
|
37 |
simplejson>=3.19.0
|
38 |
|
39 |
-
# For API integrations if
|
40 |
requests>=2.31.0
|
41 |
-
urllib3>=2.0.0
|
42 |
-
|
43 |
-
# For model optimization
|
44 |
-
optimum>=1.9.0
|
|
|
18 |
plotly>=5.15.0
|
19 |
Pillow>=9.5.0
|
20 |
|
21 |
+
# Utilities (removed problematic logging package)
|
|
|
|
|
|
|
22 |
collections-extended>=2.0.2
|
|
|
23 |
|
24 |
# Optional but recommended for better performance
|
25 |
accelerate>=0.20.0
|
|
|
26 |
|
27 |
+
# For tokenization improvements
|
28 |
tokenizers>=0.13.0
|
29 |
sentencepiece>=0.1.99
|
30 |
|
31 |
+
# JSON handling
|
32 |
simplejson>=3.19.0
|
33 |
|
34 |
+
# For API integrations if needed later
|
35 |
requests>=2.31.0
|
36 |
+
urllib3>=2.0.0
|
|
|
|
|
|