Skip to content

v0.12.1

Compare
Choose a tag to compare
@mattdangerw mattdangerw released this 24 May 00:35
4aa0503

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:
keras_nlp.models.PaliGemmaBackbone.from_preset(
    "pali_gemma_3b_224",
    include_rescaling=False,
)
  • Released the Falcon model.

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1