Skip to content

Commit 4b6c83e

Browse files
committed
[CI] switch the version to 0.5.1
1 parent 64ec2e5 commit 4b6c83e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +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.5.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 |
111-
| 0.5.0 | 2.6.0 | Xcode 13.1 | - | - | - | Apple M1 |
110+
| 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 |
111+
| 0.5.1 | 2.6.0 | Xcode 13.1 | - | - | - | Apple M1 |
112112
| 0.4.0 | 2.5.1 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 | x86 |
113113
| 0.4.0 | 2.5.0 | Xcode 13.1 | - | - | - | Apple M1 |
114114
| 0.3.1 | 2.5.1 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 | x86 |
@@ -279,7 +279,7 @@ sess_config.gpu_options.allow_growth = True
279279
#### Compatibility Matrix
280280
| TFRA | TensorFlow | Serving | Compiler | CUDA | CUDNN | Compute Capability |
281281
|:------|:-----------|:---- |:---------| :------------ | :---- | :------------ |
282-
| 0.5.0 | 2.8.3 | 2.5.2 | GCC 7.3.1 | 11.2| 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
282+
| 0.5.1 | 2.8.3 | 2.5.2 | GCC 7.3.1 | 11.2| 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
283283
| 0.4.0 | 2.5.1 | 2.5.2 | GCC 7.3.1 | 11.2| 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
284284
| 0.3.1 | 2.5.1 | 2.5.2 | GCC 7.3.1 | 11.2| 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
285285
| 0.2.0 | 2.4.1 | 2.4.0 | GCC 7.3.1 | 11.0 | 8.0 | 6.0, 6.1, 7.0, 7.5, 8.0 |

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 = "5"
40-
_PATCH_VERSION = "0"
40+
_PATCH_VERSION = "1"
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)