Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump keras from 3.0.2 to 3.0.4 #2115

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

Bumps keras from 3.0.2 to 3.0.4.

Release notes

Sourced from keras's releases.

Keras 3.0.4

This is a minor release with improvements to the LoRA API required by the next release of KerasNLP.

Full Changelog: keras-team/keras@v3.0.3...v3.0.4

Keras 3.0.3 release

This is a minor Keras release.

What's Changed

  • Add built-in LoRA (low-rank adaptation) API to all relevant layers (Dense, EinsumDense, Embedding).
  • Add SwapEMAWeights callback to make it easier to evaluate model metrics using EMA weights during training.
  • All DataAdapters now create a native iterator for each backend, improving performance.
  • Add built-in prefetching for JAX, improving performance.
  • The bfloat16 dtype is now allowed in the global set_dtype configuration utility.
  • Bug fixes and performance improvements.

New Contributors

Full Changelog: keras-team/keras@v3.0.2...v3.0.3

Commits
  • 19187d8 Merge branch 'master' of github.com:keras-team/keras
  • ea38ae3 Increase test coverage.
  • 07500c3 Change implementation of numpy.min() of torch backend (#19066)
  • 2c4decf Fix lora saving
  • fba9920 Update version number to 3.0.4.
  • 65af41d Merge branch 'master' of github.com:keras-team/keras
  • 6e6bb07 Make lora initializers configurable.
  • 8b018b9 Fix repeat pytest in CONTRIBUTING.md (#19076)
  • 096b848 Allow bfloat16 default dtype (#19074)
  • 2feb430 Merge branch 'master' of github.com:keras-team/keras
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [keras](https://github.com/keras-team/keras) from 3.0.2 to 3.0.4.
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](keras-team/keras@v3.0.2...v3.0.4)

---
updated-dependencies:
- dependency-name: keras
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 25, 2024
@geekcomputers geekcomputers merged commit 0da9aad into master Jan 26, 2024
0 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/keras-3.0.4 branch January 26, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant