Summary
* ⚠️ PaliGemma includes rescaling by default, so images are expected to be passed in the `[0, 255]` range. This is a backward incompatible change with the original release. Restore the original behavior as follows:
python
keras_nlp.models.PaliGemmaBackbone.from_preset(
"pali_gemma_3b_224",
include_rescaling=False,
)
* Released the Falcon model.
What's Changed
* Update version to 0.13.0 for the master branch by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1640
* Update llama3 preset versions by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1641
* extra argument in save_to_preset method by sineeli in https://github.com/keras-team/keras-nlp/pull/1634
* Fix a typo in an error handling message by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1647
* Fix a typo in phi3 metadata by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1646
* Add `FalconCausalLM` by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1635
* Add include rescaling to the pali gemma backbone by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1650
* PaliGemma docstring fix by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1651
* Version bump for 0.12.0.dev0 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1652
* Version bump 0.12.1 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1653
New Contributors
* sineeli made their first contribution in https://github.com/keras-team/keras-nlp/pull/1634
**Full Changelog**: https://github.com/keras-team/keras-nlp/compare/v0.12.0...v0.12.1