Skip to content

Commit da9cca7

Browse files
Update release notes and version for TFMOT release 0.7.4.
PiperOrigin-RevId: 521333264
1 parent e16d463 commit da9cca7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Keras pruning API:
3232

3333
# TensorFlow Model Optimization next release TBD
3434

35+
# TensorFlow Model Optimization 0.7.4
36+
37+
TFMOT 0.7.4 add from_config method to QuantizeConfig class since the new keras serialization enforces it.
38+
3539
# TensorFlow Model Optimization 0.7.3
3640

3741
TFMOT 0.7.3 add remove_input_range method that removes input range after apply quantize.

ci/kokoro/gcp_ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
FROM ubuntu:20.04
3030

3131
ARG BAZEL_VERSION=4.2.2
32-
ARG TENSORFLOW_VERSION=2.11.0
32+
ARG TENSORFLOW_VERSION=2.12.0
3333

3434

3535
RUN apt-get update -y

tensorflow_model_optimization/python/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We follow Semantic Versioning (https://semver.org/)
1818
_MAJOR_VERSION = '0'
1919
_MINOR_VERSION = '7'
20-
_PATCH_VERSION = '3'
20+
_PATCH_VERSION = '4'
2121

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

0 commit comments

Comments
 (0)