We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bcb6c commit 0520aedCopy full SHA for 0520aed
tensorflow/workspace.bzl
@@ -90,8 +90,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
90
# URL must point at the DirectML redistributable NuGet package.
91
dml_repository(
92
name = "dml_redist",
93
- url = "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.8.2",
94
- sha256 = "a58141244b075cc3abfdc247310224b68b64ddd2aaac25ea04ed703deb5d4f9b",
+ url = "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.9.1",
+ sha256 = "cc2951e10d22ae41902e91afe7c2e4b2322d5ed49b3f396a05ef9e27c78aaeff",
95
build_file = "//third_party/dml/redist:BUILD.bazel",
96
)
97
0 commit comments