tbitai commited on
Commit
a2ebc30
·
verified ·
1 Parent(s): bff1918

Attempt to fix Transformers Keras incompatibility by downgrading TF to 2.15

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # TODO: Pin versions
2
  huggingface_hub
3
- tensorflow
4
  numpy
5
  sentence-transformers
 
1
  # TODO: Pin versions
2
  huggingface_hub
3
+ tensorflow==2.15.0
4
  numpy
5
  sentence-transformers