Upgrad tensorflow dependency from Tensorflow 2.3.2 to Tensorflow 2.5.0 #8865
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
Current version of tensorflow(2.3.2) being used in Rasa 2.7.0 is having some vulnerabilitiesdue to which we are unable to implement it. Manually upgrading tensorfow to 2.5.0, causes issue as tensorflow.python.keras.engine.training.py does not have function enable_multi_worker in the latest version of tensorflow.
Overview of the Solution:
Either omit the dependency on the function enable_multi_worker while training a model or increase tensorflow version dependency to 2.5.0.Examples (if relevant):
Blockers (if relevant):
Definition of Done:
The text was updated successfully, but these errors were encountered: