Skip to content

Commit b1cfd86

Browse files
committed
[CI] switch the version to 0.7.2
1 parent 8a20d9b commit b1cfd86

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,8 @@ is compiled differently. A typical example of this would be `conda`-installed Te
107107

108108
| TFRA | TensorFlow | Compiler | CUDA | CUDNN | Compute Capability | CPU |
109109
|:------|:-----------|:-----------|:-----|:------|:-----------------------------|:---------|
110-
| 0.7.1 | 2.15.1 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 | x86 |
111-
| 0.7.1 | 2.15.1 | Xcode 13.1 | - | - | - | Apple M1 |
112-
| 0.7.0 | 2.15.1 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 | x86 |
113-
| 0.7.0 | 2.15.1 | Xcode 13.1 | - | - | - | Apple M1 |
110+
| 0.7.x | 2.15.1 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 | x86 |
111+
| 0.7.x | 2.15.1 | Xcode 13.1 | - | - | - | Apple M1 |
114112
| 0.6.0 | 2.8.3 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 | x86 |
115113
| 0.6.0 | 2.6.0 | Xcode 13.1 | - | - | - | Apple M1 |
116114
| 0.5.1 | 2.8.3 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 | x86 |
@@ -287,8 +285,7 @@ sess_config.gpu_options.allow_growth = True
287285
#### Compatibility Matrix
288286
| TFRA | TensorFlow | Serving branch | Compiler | CUDA | CUDNN | Compute Capability |
289287
|:------|:-----------|:---------------|:----------|:-----|:------|:-----------------------------|
290-
| 0.7.1 | 2.15.1 | r2.15 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 |
291-
| 0.7.0 | 2.15.1 | r2.15 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 |
288+
| 0.7.x | 2.15.1 | r2.15 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 |
292289
| 0.6.0 | 2.8.3 | r2.8 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
293290
| 0.5.1 | 2.8.3 | r2.8 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
294291
| 0.5.0 | 2.8.3 | r2.8 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |

tensorflow_recommenders_addons/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def is_arm64():
3737
# We follow Semantic Versioning (https://semver.org/)
3838
_MAJOR_VERSION = "0"
3939
_MINOR_VERSION = "7"
40-
_PATCH_VERSION = "1"
40+
_PATCH_VERSION = "2"
4141

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

0 commit comments

Comments
 (0)