Skip to content

Commit

Permalink
Update release notes and version for TFMOT release 0.7.4.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 521333264
  • Loading branch information
tensorflower-gardener committed Apr 3, 2023
1 parent e16d463 commit da9cca7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Keras pruning API:

# TensorFlow Model Optimization next release TBD

# TensorFlow Model Optimization 0.7.4

TFMOT 0.7.4 add from_config method to QuantizeConfig class since the new keras serialization enforces it.

# TensorFlow Model Optimization 0.7.3

TFMOT 0.7.3 add remove_input_range method that removes input range after apply quantize.
Expand Down
2 changes: 1 addition & 1 deletion ci/kokoro/gcp_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
FROM ubuntu:20.04

ARG BAZEL_VERSION=4.2.2
ARG TENSORFLOW_VERSION=2.11.0
ARG TENSORFLOW_VERSION=2.12.0


RUN apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_model_optimization/python/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '7'
_PATCH_VERSION = '3'
_PATCH_VERSION = '4'

# When building releases, we can update this value on the release branch to
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official
Expand Down

0 comments on commit da9cca7

Please sign in to comment.