提交 c07721a4 编写于 作者: T Taylor Robie 提交者: TensorFlower Gardener

Apply string compat function to address when creating a coordinator.

PiperOrigin-RevId: 224936924
上级 10cab63f
......@@ -481,7 +481,8 @@ class TPUClusterResolver(ClusterResolver):
return self._environment
def _start_local_server(self):
address = self._requestComputeMetadata('instance/network-interfaces/0/ip')
address = compat.as_text(self._requestComputeMetadata(
'instance/network-interfaces/0/ip'))
self._server = server_lib.Server(
{
'local': ['0.0.0.0:0']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册