Skip to content

Commit

Permalink
fix a build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed Jan 17, 2024
1 parent fcad102 commit 1ad337d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_xla/csrc/runtime/pjrt_registry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ std::unique_ptr<XlaCoordinator> SetKeyValueCallback(
std::unique_ptr<XlaCoordinator> coordinator,
xla::PjRtClient::KeyValueGetCallback& kv_get,
xla::PjRtClient::KeyValuePutCallback& kv_put) {
<< "function=" << __FUNCTION__ << ": " << std::endl;
std::string master_addr =
runtime::sys_util::GetEnvString("MASTER_ADDR", "localhost");
std::string port = runtime::sys_util::GetEnvString(
Expand Down

0 comments on commit 1ad337d

Please sign in to comment.