Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 660486149
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Aug 7, 2024
1 parent ae3cf8e commit 4961a25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xla/python/ifrt_proxy/client/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ absl::StatusOr<std::unique_ptr<Client>> Client::Create(
for (const auto& d : init_response.devices()) {
absl::flat_hash_map<std::string, xla::PjRtDeviceAttribute>
pjrt_device_attributes;
AttributeMap::Map attributes;
if (rpc_helper->version().protocol_version() <= 3) {
for (const auto& [key, attr] : d.deprecated_attributes()) {
TF_ASSIGN_OR_RETURN(xla::PjRtDeviceAttribute value,
Expand Down

0 comments on commit 4961a25

Please sign in to comment.