From 677c7bcdef5348ab3d14fe57d70326c7d33f4910 Mon Sep 17 00:00:00 2001 From: Divyashree Sreepathihalli Date: Mon, 8 Jan 2024 13:20:02 -0800 Subject: [PATCH] version bump to 0.8.1.dev0 (#2284) * Update base image aug layer tensor conversion (#2281) * Update version to 0.8.1 (#2282) * Fix YOLOv8Detector deserialization (#2283) * Fix YOLOv8Detector deserialization * Fix nit * Deserialize preditction decoder * Bump the python group with 4 updates (#2277) Bumps the python group with 4 updates: [tf-nightly-cpu](https://github.com/tensorflow/tensorflow), torch, torchvision and [tf-nightly[and-cuda]](https://github.com/tensorflow/tensorflow). Updates `tf-nightly-cpu` from 2.16.0.dev20231221 to 2.16.0.dev20240104 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) Updates `torch` from 2.1.2 to 2.1.2+cu121 Updates `torchvision` from 0.16.2 to 0.16.2+cu121 Updates `tf-nightly[and-cuda]` from 2.16.0.dev20231221 to 2.16.0.dev20240104 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) --- updated-dependencies: - dependency-name: tf-nightly-cpu dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: tf-nightly[and-cuda] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add Scorecard Action (#2267) Signed-off-by: Pedro Kaj Kjellerup Nacht * version bump to 0.8.1.dev0 --------- Signed-off-by: dependabot[bot] Signed-off-by: Pedro Kaj Kjellerup Nacht Co-authored-by: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Co-authored-by: Neel Kovelamudi <60985914+nkovela1@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pedro Kaj Kjellerup Nacht Co-authored-by: Divyashree Sreepathihalli