Skip to content

Commit

Permalink
Merge pull request #465 from jq/tf2.16.2
Browse files Browse the repository at this point in the history
[CI] switch the version to 0.8.0 and update the readme
  • Loading branch information
jq authored Sep 18, 2024
2 parents f5f4853 + 85c8222 commit 96bb385
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See our [Style Guide](STYLE_GUIDE.md) for more details.
### Additional Requirements
In addition to the above requirements, contribution also needs to meet the following criteria:
* The functionality is not otherwise available in TensorFlow.
* It has to be compatible with TensorFlow 2.6.3 and 2.15.1.
* It has to be compatible with TensorFlow 2.6.3 and 2.16.2.
* The change needs to include unit tests and integration tests if any.
* Each project needs to provide documentation for when and how to use it.

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ is compiled differently. A typical example of this would be `conda`-installed Te

| TFRA | TensorFlow | Compiler | CUDA | CUDNN | Compute Capability | CPU |
|:------|:-----------|:-----------|:-----|:------|:-----------------------------|:---------|
| 0.8.0 | 2.16.2 | GCC 8.2.1 | 12.3 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 | x86 |
| 0.8.0 | 2.16.2 | Xcode 13.1 | - | - | - | Apple M1 |
| 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 |
| 0.7.0 | 2.15.1 | Xcode 13.1 | - | - | - | Apple M1 |
| 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 |
Expand Down Expand Up @@ -284,6 +286,7 @@ sess_config.gpu_options.allow_growth = True
#### Compatibility Matrix
| TFRA | TensorFlow | Serving branch | Compiler | CUDA | CUDNN | Compute Capability |
|:------|:-----------|:---------------|:----------|:-----|:------|:-----------------------------|
| 0.8.0 | 2.16.2 | r2.16 | GCC 8.2.1 | 12.3 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 |
| 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 |
| 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 |
| 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 |
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 @@ -36,7 +36,7 @@ def is_arm64():

# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = "0"
_MINOR_VERSION = "7"
_MINOR_VERSION = "8"
_PATCH_VERSION = "0"

# When building releases, we can update this value on the release branch to
Expand Down

0 comments on commit 96bb385

Please sign in to comment.