Skip to content

Commit

Permalink
[CI] switch the version to regular 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdong committed Jun 2, 2024
1 parent 97cd3fb commit 2aba151
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,16 +243,17 @@ These issues may be fixed in the future release.

##### Data Type Matrix for `tfra.dynamic_embedding.Variable`

| Values \\ Keys | int64 | int32 | string |
|:----:|:----:|:----:|:----:|
| float | CPU, GPU | CPU, GPU | CPU |
| half | CPU, GPU | - | CPU |
| int32 | CPU, GPU | CPU | CPU |
| int8 | CPU, GPU | - | CPU |
| int64 | CPU | - | CPU |
| double | CPU, CPU | CPU | CPU |
| bool | - | - | CPU |
| string | CPU | - | - |
| Values \\ Keys | int64 | int32 | string |
|:--------------:|:--------:|:--------:|:------:|
| float | CPU, GPU | CPU, GPU | CPU |
| bfloat16 | CPU, GPU | CPU | CPU |
| half | CPU, GPU | - | CPU |
| int32 | CPU, GPU | CPU | CPU |
| int8 | CPU, GPU | - | CPU |
| int64 | CPU | - | CPU |
| double | CPU, CPU | CPU | CPU |
| bool | - | - | CPU |
| string | CPU | - | - |

##### To use GPU by `tfra.dynamic_embedding.Variable`
The `tfra.dynamic_embedding.Variable` will ignore the device placement mechanism of TensorFlow,
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_recommenders_addons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def is_arm64():
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
# release branch, the current version is by default assumed to be a
# 'development' version, labeled 'dev'.
_VERSION_SUFFIX = "dev"
_VERSION_SUFFIX = ""

# Example, '0.1.0-dev'
__version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])
Expand Down

0 comments on commit 2aba151

Please sign in to comment.