Spaces:
Sleeping
Sleeping
Update deps with tf-keras
Browse filesYour currently installed version of Keras is Keras 3, but this is not yet supported in Transformers. Please install the backwards-compatible tf-keras package with `pip install tf-keras`.
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
transformers
|
2 |
-
tensorflow
|
|
|
|
1 |
transformers
|
2 |
+
tensorflow
|
3 |
+
tf-keras
|