Release jaxlib 0.1.51 (#3636)

This commit is contained in:
George Necula 2020-07-02 10:33:00 +03:00 committed by GitHub
parent 448c635a9e
commit a5ed161550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View File

@ -28,10 +28,10 @@ http_archive(
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "3e2387ae5d069de6fe1ccd4faa8d0dc1d63799d59df10f5bb93d03152ba9b158",
strip_prefix = "tensorflow-ed7033c7fc2787aa50fae345fc1be4030608b54f",
sha256 = "ab1b8edb072269a4a513385fbf03a6dc2a22cda5f7cb833aa4962e692d3caf61",
strip_prefix = "tensorflow-62b6c316d2a9a1fb06aefb086856e76241280c08",
urls = [
"https://github.com/tensorflow/tensorflow/archive/ed7033c7fc2787aa50fae345fc1be4030608b54f.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/62b6c316d2a9a1fb06aefb086856e76241280c08.tar.gz",
],
)

View File

@ -8,6 +8,11 @@ Change Log
.. PLEASE REMEMBER TO CHANGE THE '..master' WITH AN ACTUAL TAG in GITHUB LINK.
These are the release notes for JAX.
jaxlib 0.1.51 (July 2, 2020)
------------------------------
* Update XLA.
* Add new runtime support for host_callback.
jax 0.1.72 (June 28, 2020)
---------------------------

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.1.50"
__version__ = "0.1.51"