This CL updates the macos_arm64 Tensorflow config setting with the appropriate
flag value. PiperOrigin-RevId: 360338445 Change-Id: I3c0df6b99497d5360372fc200271edb35f040bca
This commit is contained in:
parent
f01e77f69c
commit
803f57cafd
@ -229,7 +229,7 @@ config_setting(
|
||||
name = "macos_arm64",
|
||||
values = {
|
||||
"apple_platform_type": "macos",
|
||||
"cpu": "darwin_arm64",
|
||||
"cpu": "darwin",
|
||||
},
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user