TensorFlow
Data & MLAn Open Source Machine Learning Framework for Everyone
Release History
v2.20.0Breaking1 featureTensorFlow 2.20.0 makes `tensorflow-io-gcs-filesystem` optional, adds `autotune.min_parallelism` to `tf.data.Options`, and deprecates `tf.lite` in favor of LiteRT.
v2.19.11 fix1 featureThis patch fixes the save_model.save function for serving embeddings and introduces SparseCore Reshard support.
v2.20.0-rc0Breaking1 featureTensorFlow 2.20.0 makes `tensorflow-io-gcs-filesystem` optional and deprecates `tf.lite` while adding `autotune.min_parallelism` to `tf.data.Options` for faster pipeline warm‑up.
v2.19.0Breaking1 fix1 featureTensorFlow 2.19 introduces breaking changes to LiteRT constants and deprecates `tf.lite.Interpreter`, adds bfloat16 support to `tfl.Cast`, and stops publishing `libtensorflow` packages.
v2.18.1Breaking1 fixThis patch updates curl for security, loosens the ml_dtypes version bound, and deprecates tf.lite.Interpreter in favor of ai_edge_litert.interpreter, while dropping TPU support until 2.19.0.
v2.19.0-rc0Breaking1 fix1 featureTensorFlow 2.19.0 adds bfloat16 support for the tfl.Cast op, deprecates tf.lite.Interpreter in favor of ai_edge_litert.interpreter, and changes two interpreter constants to const references, requiring code updates.