Update all dependencies#424
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
3438c9e to
538dfdb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.16.1→2.17.00.4.4→0.5.02.16.1→2.17.02.16.1→2.17.01.3.0-alpha02→1.3.0-SNAPSHOT1.3.0-alpha02→1.3.0-SNAPSHOT1.3.0-alpha02→1.3.0-SNAPSHOT1.3.0-alpha02→1.3.0-SNAPSHOTRelease Notes
tensorflow/tensorflow (org.tensorflow:tensorflow-lite-gpu-api)
v2.17.0: TensorFlow 2.17.0Release 2.17.0
TensorFlow
Breaking Changes
Major Features and Improvements
Add
is_cpu_target_available, which indicates whether or not TensorFlow was built with support for a given CPU target. This can be useful for skipping target-specific tests if a target is not supported.tf.datadata.experimental.distribued_save.distribued_saveuses tf.data service (https://www.tensorflow.org/api_docs/python/tf/data/experimental/service) to write distributed dataset snapshots. The call is non-blocking and returns without waiting for the snapshot to finish. Settingwait=Truetotf.data.Dataset.loadallows the snapshots to be read while they are being written.Bug Fixes and Other Changes
GPU
Replace
DebuggerOptionsof TensorFlow Quantizer, and migrate toDebuggerConfigof StableHLO Quantizer.Add TensorFlow to StableHLO converter to TensorFlow pip package.
TensorRT support: this is the last release supporting TensorRT. It will be removed in the next release.
NumPy 2.0 support: TensorFlow is going to support NumPy 2.0 in the next release. It may break some edge cases of TensorFlow API usage.
tf.liteFullyConnectedlayer is switched from per-tensor to per-channel scales for dynamic range quantization use case (float32inputs / outputs andint8weights). The change enables new quantization schema globally in the converter and inference engine. The new behaviour can be disabled via experimental flagconverter._experimental_disable_per_channel_quantization_for_dense_layers = True.TfLiteRegistrationExternaltype has been renamed asTfLiteOperator, and likewise for the corresponding API functions.experimental_default_delegate_latest_featuresto enable all default delegate features.GetTemporaryPointer()bug fixed.tf.datawaittotf.data.Dataset.load. IfTrue, for snapshots written withdistributed_save, it reads the snapshot while it is being written. For snapshots written with regularsave, it waits for the snapshot until it's finished. The default isFalsefor backward compatibility. Users ofdistributed_saveare recommended to set it toTrue.tf.tpu.experimental.embedding.TPUEmbeddingV2compute_sparse_core_statsfor sparse core users to profile the data with this API to get themax_idsandmax_unique_ids. These numbers will be needed to configure the sparse core embedding mid level api.preprocess_featuresmethod since that's no longer needed.Thanks to our Contributors
This release contains contributions from many people at Google, as well as:
Abdulaziz Aloqeely, Ahmad-M-Al-Khateeb, Akhil Goel, akhilgoe, Alexander Pivovarov, Amir Samani, Andrew Goodbody, Andrey Portnoy, Ashiq Imran, Ben Olson, Chao, Chase Riley Roberts, Clemens Giuliani, dependabot[bot], Dimitris Vardoulakis, Dragan Mladjenovic, ekuznetsov139, Elfie Guo, Faijul Amin, Gauri1 Deshpande, Georg Stefan Schmid, guozhong.zhuang, Hao Wu, Haoyu (Daniel), Harsha H S, Harsha Hs, Harshit Monish, Ilia Sergachev, Jane Liu, Jaroslav Sevcik, Jinzhe Zeng, Justin Dhillon, Kaixi Hou, Kanvi Khanna, LakshmiKalaKadali, Learning-To-Play, lingzhi98, Lu Teng, Matt Bahr, Max Ren, Meekail Zain, Mmakevic-Amd, mraunak, neverlva, nhatle, Nicola Ferralis, Olli Lupton, Om Thakkar, orangekame3, ourfor, pateldeev, Pearu Peterson, pemeliya, Peng Sun, Philipp Hack, Pratik Joshi, prrathi, rahulbatra85, Raunak, redwrasse, Robert Kalmar, Robin Zhang, RoboSchmied, Ruturaj Vaidya, sachinmuradi, Shawn Wang, Sheng Yang, Surya, Thibaut Goetghebuer-Planchon, Thomas Preud'Homme, tilakrayal, Tj Xu, Trevor Morris, wenchenvincent, Yimei Sun, zahiqbal, Zhu Jianjiang, Zoranjovanovic-Ns
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.