-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update TF versions and scripts to allow consistently building against…
… tf-nightly. Currently the master branch contains a patch and other changes that is needed to build against a later version of TF than the 2.13 release (and even the 2.14 rc0). Bumped up the default commit in the WORKSPACE file to allow a build, and bumped up the release version to 2.13 for now (was previously 2.12). Sometimes the tf-nightly build reports a `tf.__git_version__` of "unknown" (occasionally on intel, frequently on ARM), causing the build scripts to fail and abort. Modified the `prepare_tf_dep.sh` to account for this, defaulting to the latest tf-nightly source in such a case. Fixes #1202, #1195. PiperOrigin-RevId: 559233072
- Loading branch information
1 parent
8f8b2a2
commit a46b7b1
Showing
6 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,4 +110,4 @@ | |
] | ||
|
||
remove_undocumented(__name__, _allowed_symbols) | ||
__version__ = "2.12.0" | ||
__version__ = "2.13.0" |