From 43d817e80e3b2a2e40b26a93e4ca5b4924d9a722 Mon Sep 17 00:00:00 2001 From: Justin Stoecker Date: Fri, 27 Aug 2021 14:02:16 -0700 Subject: [PATCH] Use public DML 1.7 (#344) --- tensorflow/workspace.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 36ba134cbb..548fcbb6f6 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -90,8 +90,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""): # URL must point at the DirectML redistributable NuGet package. dml_repository( name = "dml_redist", - url = "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML.Preview/1.7.0-dev20210824", - sha256 = "43bfee662d1f0e51086f609b54baae727866ef6a838ffa62d2a4e478492da46e", + url = "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.7.0", + sha256 = "77bd5de862c36f084c138ff3341936dca01bd21e58bfc57cb45118b116b1f9f4", build_file = "//third_party/dml/redist:BUILD.bazel", )