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

infra: bump the dev-dependencies group across 2 directories with 2 updates #310

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps the dev-dependencies group with 1 update in the /pytorch/jobs/docker/2.2/py3 directory: keras.
Bumps the dev-dependencies group with 2 updates in the /tensorflow/jobs/docker/2.14/py3 directory: keras and autoray.

Updates keras from 2.15.0 to 3.7.0

Release notes

Sourced from keras's releases.

Keras 3.7.0

API changes

  • Add flash_attention argument to keras.ops.dot_product_attention and to keras.layers.MultiHeadAttention.
  • Add keras.layers.STFTSpectrogram layer (to extract STFT spectrograms from inputs as a preprocessing step) as well as its initializer keras.initializers.STFTInitializer.
  • Add celu, glu, log_sigmoid, hard_tanh, hard_shrink, squareplus activations.
  • Add keras.losses.Circle loss.
  • Add image visualization utilities keras.visualization.draw_bounding_boxes, keras.visualization.draw_segmentation_masks, keras.visualization.plot_image_gallery, keras.visualization.plot_segmentation_mask_gallery.
  • Add double_checkpoint argument to BackupAndRestore to save a fallback checkpoint in case the first checkpoint gets corrupted.
  • Add bounding box preprocessing support to image augmentation layers CenterCrop, RandomFlip, RandomZoom, RandomTranslation, RandomCrop.
  • Add keras.ops.exp2, keras.ops.inner operations.

Performance improvements

  • JAX backend: add native Flash Attention support for GPU (via cuDNN) and TPU (via a Pallas kernel). Flash Attention is now used automatically when the hardware supports it.
  • PyTorch backend: add native Flash Attention support for GPU (via cuDNN). It is currently opt-in.
  • TensorFlow backend: enable more kernel fusion via bias_add.
  • PyTorch backend: add support for Intel XPU devices.

New Contributors

Full Changelog: keras-team/keras@v3.6.0...v3.7.0

Keras 3.6.0

Highlights

  • New file editor utility: keras.saving.KerasFileEditor. Use it to inspect, diff, modify and resave Keras weights files. See basic workflow here.
  • New keras.utils.Config class for managing experiment config parameters.

BREAKING changes

  • When using keras.utils.get_file, with extract=True or untar=True, the return value will be the path of the extracted directory, rather than the path of the archive.

Other changes and additions

... (truncated)

Commits
  • 4ca4345 Better input validation for InputLayer with input_tensor provided
  • b6d305f Fix cloning of Sequential models w. input_tensors argument (#20550)
  • 553521e Improve keras.Variable by exposing docstrings and ensuring consistency in t...
  • e0369f6 Fix CI
  • 72e9b9d Tiny bit of battle testing function dict inputs
  • 1e8426b Fix issue with list/dict losses
  • bef0a9e Remove output_shape property in MHA (#20543)
  • 0078f24 Add inner op (#20532)
  • a503a16 Fix torch GPU CI, I suppose...
  • 28d39c0 Propagate the aggregation property when creating a tf.Variable (#20541)
  • Additional commits viewable in compare view

Updates keras from 2.15.0 to 3.7.0

Release notes

Sourced from keras's releases.

Keras 3.7.0

API changes

  • Add flash_attention argument to keras.ops.dot_product_attention and to keras.layers.MultiHeadAttention.
  • Add keras.layers.STFTSpectrogram layer (to extract STFT spectrograms from inputs as a preprocessing step) as well as its initializer keras.initializers.STFTInitializer.
  • Add celu, glu, log_sigmoid, hard_tanh, hard_shrink, squareplus activations.
  • Add keras.losses.Circle loss.
  • Add image visualization utilities keras.visualization.draw_bounding_boxes, keras.visualization.draw_segmentation_masks, keras.visualization.plot_image_gallery, keras.visualization.plot_segmentation_mask_gallery.
  • Add double_checkpoint argument to BackupAndRestore to save a fallback checkpoint in case the first checkpoint gets corrupted.
  • Add bounding box preprocessing support to image augmentation layers CenterCrop, RandomFlip, RandomZoom, RandomTranslation, RandomCrop.
  • Add keras.ops.exp2, keras.ops.inner operations.

Performance improvements

  • JAX backend: add native Flash Attention support for GPU (via cuDNN) and TPU (via a Pallas kernel). Flash Attention is now used automatically when the hardware supports it.
  • PyTorch backend: add native Flash Attention support for GPU (via cuDNN). It is currently opt-in.
  • TensorFlow backend: enable more kernel fusion via bias_add.
  • PyTorch backend: add support for Intel XPU devices.

New Contributors

Full Changelog: keras-team/keras@v3.6.0...v3.7.0

Keras 3.6.0

Highlights

  • New file editor utility: keras.saving.KerasFileEditor. Use it to inspect, diff, modify and resave Keras weights files. See basic workflow here.
  • New keras.utils.Config class for managing experiment config parameters.

BREAKING changes

  • When using keras.utils.get_file, with extract=True or untar=True, the return value will be the path of the extracted directory, rather than the path of the archive.

Other changes and additions

... (truncated)

Commits
  • 4ca4345 Better input validation for InputLayer with input_tensor provided
  • b6d305f Fix cloning of Sequential models w. input_tensors argument (#20550)
  • 553521e Improve keras.Variable by exposing docstrings and ensuring consistency in t...
  • e0369f6 Fix CI
  • 72e9b9d Tiny bit of battle testing function dict inputs
  • 1e8426b Fix issue with list/dict losses
  • bef0a9e Remove output_shape property in MHA (#20543)
  • 0078f24 Add inner op (#20532)
  • a503a16 Fix torch GPU CI, I suppose...
  • 28d39c0 Propagate the aggregation property when creating a tf.Variable (#20541)
  • Additional commits viewable in compare view

Updates autoray from 0.6.12 to 0.7.0

Release notes

Sourced from autoray's releases.

v0.7.0

  • prefer using tensorflow.experimental.numpy api over custom translations
  • add many more unit tests
  • move to pyproject.toml file
  • move to uv for CI setup
  • set python min version to 3.9

Full Changelog: jcmgray/autoray@v0.6.12...v0.7.0

Commits
  • 78dec01 add diag check
  • c506c68 set min python version to 3.9
  • ca86f21 xfail sparse.indices
  • 0a5bf98 fix tensorflow indices and add test
  • 8e24009 tensorflow: revert pad implementation (tf numpy api incomplete)
  • cbdbcc5 CI tensorflow: pin numpy for now
  • 35ad0d1 requirements fix
  • 44e3d36 fix torch requirements txt file
  • ceda29f fix pyproject.toml
  • ede8bfe move to pyproject.toml
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dev-dependencies group with 1 update in the /pytorch/jobs/docker/2.2/py3 directory: [keras](https://github.com/keras-team/keras).
Bumps the dev-dependencies group with 2 updates in the /tensorflow/jobs/docker/2.14/py3 directory: [keras](https://github.com/keras-team/keras) and [autoray](https://github.com/jcmgray/autoray).


Updates `keras` from 2.15.0 to 3.7.0
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](keras-team/keras@v2.15.0...v3.7.0)

Updates `keras` from 2.15.0 to 3.7.0
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](keras-team/keras@v2.15.0...v3.7.0)

Updates `autoray` from 0.6.12 to 0.7.0
- [Release notes](https://github.com/jcmgray/autoray/releases)
- [Commits](jcmgray/autoray@v0.6.12...v0.7.0)

---
updated-dependencies:
- dependency-name: keras
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: keras
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: autoray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 3, 2024 00:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 3, 2024
@rmshaffer
Copy link
Contributor

@dependabot ignore keras

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2024

OK, I won't notify you about keras again, unless you unignore it.

@rmshaffer
Copy link
Contributor

@dependabot ignore autoray

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2024

OK, I won't notify you about autoray again, unless you unignore it.

@rmshaffer
Copy link
Contributor

changes not currently compatible

@rmshaffer rmshaffer closed this Dec 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/pytorch/jobs/docker/2.2/py3/dev-dependencies-218d76cdfc branch December 4, 2024 22:46
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant