orlandopozo commited on
Commit
705ac8e
·
verified ·
1 Parent(s): c3989ae

Update deps with tf-keras

Browse files

Your 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`.

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  transformers
2
- tensorflow
 
 
1
  transformers
2
+ tensorflow
3
+ tf-keras