v0.6.3
Summary
This release adds support for running KerasNLP against Keras 3. You can try this today by installing tf-nightly
and tensorflow-text-nightly
.
pip install keras-nlp
pip uninstall -y tensorflow-text tensorflow keras
pip install tensorflow-text-nightly tf-nightly
Otherwise, this release should be a no-op for all users. No new features, no change in default behavior.
Upcoming changes
After the release of Keras 3, we will drop support for running KerasNLP against the Keras Core package (no more import keras_core as keras
), in favor of Keras 3. Keras 3 is the long-term replacement for Keras Core.
What's Changed
- Cherry picks for 0.6.3 by @mattdangerw in #1297
- Version bump 0.6.3 by @mattdangerw in #1298
- Bump the version to 0.6.3.dev1 by @mattdangerw in #1301
- Version bump to 0.6.3 by @mattdangerw in #1302
Full Changelog: v0.6.2...v0.6.3