From 0f406be2901a9a608e2de8df1669d4029c6681cb Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 12 Sep 2023 14:50:09 -0700 Subject: [PATCH] Fix typo in error message PiperOrigin-RevId: 564840225 --- tensorflow/dtensor/python/tpu_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/dtensor/python/tpu_util.py b/tensorflow/dtensor/python/tpu_util.py index 0e510516805..317d49e37ab 100644 --- a/tensorflow/dtensor/python/tpu_util.py +++ b/tensorflow/dtensor/python/tpu_util.py @@ -278,7 +278,7 @@ def initialize_tpu_system(): except errors.InternalError as e: logging.error("Hit internal error during TPU system initialization. " - + "It is likely hareware failure. \nPlease check the error " + + "It is likely hardware failure. \nPlease check the error " + "messages above to see whether that's the case. \nIf so, " + "consider to restart the job or try another machine.") raise e -- GitLab