Skip to content

Conversation

@mattdangerw
Copy link
Member

This is not new code. Just cherry picking #1258 #1286 and #1295 for a quick point release.

* Support Keras 3 installation

Currently this is only available via github.
Eventually this will be available via `pip install keras`.
We need it know to support testing against the latest keras changes.

As part of this changes, we will also move our off any private,
unexported symbols (no more keras_core.src).

* Fixes for whisper
The nightly version will actually be consider to have a value less that
"3.0.0" by python packaging, as the dev prefix indicates a pre-release.
This covers the case where tensorflow has been configured with
TF_USE_LEGACY_KERAS=True.

In this case, we will also load the legacy version of Keras (we just
follow the `tf.keras` version, whatever it is).
@mattdangerw mattdangerw merged commit d52fa6f into keras-team:r0.6 Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants