This repository has been archived by the owner on Jan 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make mesh_tensorflow's call of
get_replicated_var_handle
backward-c…
…ompatible with tf <= 2.8.0. Fixes google-research/text-to-text-transfer-transformer#1020. PiperOrigin-RevId: 448301001
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setup( | ||
name='mesh-tensorflow', | ||
version='0.1.20', | ||
version='0.1.21', | ||
description='Mesh TensorFlow', | ||
author='Google Inc.', | ||
author_email='[email protected]', | ||
|