mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
Update DUCC to commit:aa46a4c21e440b3d416c16eca3c96df19c74f316
PiperOrigin-RevId: 632209124
This commit is contained in:
parent
688eb20d2a
commit
b080882936
4
third_party/ducc/workspace.bzl
vendored
4
third_party/ducc/workspace.bzl
vendored
@ -3,8 +3,8 @@
|
||||
load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
|
||||
|
||||
def repo():
|
||||
DUCC_COMMIT = "15246e40cfa880c079606ce49bbf629b07fcf9cb"
|
||||
DUCC_SHA256 = "82d961c0227b6842f2fcac30dd178f6fd278b54e0405d3e8c977ed6981ea0e70"
|
||||
DUCC_COMMIT = "aa46a4c21e440b3d416c16eca3c96df19c74f316"
|
||||
DUCC_SHA256 = "077cf4bd0bd7eddaa6649a024285fff96e2662c5e6f2fb6ed5c5771f9de093f3"
|
||||
tf_http_archive(
|
||||
name = "ducc",
|
||||
strip_prefix = "ducc-{commit}".format(commit = DUCC_COMMIT),
|
||||
|
@ -3,8 +3,8 @@
|
||||
load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
|
||||
|
||||
def repo():
|
||||
DUCC_COMMIT = "15246e40cfa880c079606ce49bbf629b07fcf9cb"
|
||||
DUCC_SHA256 = "82d961c0227b6842f2fcac30dd178f6fd278b54e0405d3e8c977ed6981ea0e70"
|
||||
DUCC_COMMIT = "aa46a4c21e440b3d416c16eca3c96df19c74f316"
|
||||
DUCC_SHA256 = "077cf4bd0bd7eddaa6649a024285fff96e2662c5e6f2fb6ed5c5771f9de093f3"
|
||||
tf_http_archive(
|
||||
name = "ducc",
|
||||
strip_prefix = "ducc-{commit}".format(commit = DUCC_COMMIT),
|
||||
|
Loading…
Reference in New Issue
Block a user