text
text copied to clipboard
Making text a first-class citizen in TensorFlow.
Change the icu release version
1. Removed "self" from model initialization 2. Fixed GRU initialized state input dimensions 3. Fixed model save push error by changing file to a .keras
Hermetic CUDA was moved from XLA to rules_ml_toolchain open sourced repository.
Allows installation with `pip install .` and installation from other projects using `tensorflow-text @ git+https://github.com/tensorflow/text` dependency. Important for operating systems where tensorflow-text has no released wheels including Windows. Was broken...
kernels: Remove use of icu::UnicodeStringAppendable UnicodeStringAppendable is not needed. icu::UnicodeString can also be appended to. #Cleanup
Change pybind11 deps
Internal
internal
Currently, pulling in `tensorflow-text` pulls in a requirement for `tensorflow`. However, if a project already has `tensorflow-cpu` declared, then it leads to both `tensorflow` and `tensorflow-cpu` being installed in the...