Unverified Commit be2d9f2e authored by Meghan Cowan's avatar Meghan Cowan Committed by GitHub
Browse files

Fix tpu_metrics_debug (#24452)

fix for tpu metrics debugs string
parent 3b84d86b
......@@ -1561,6 +1561,9 @@ class TrainingArguments:
" `--debug tpu_metrics_debug` instead",
FutureWarning,
)
if self.debug is None:
self.debug = " tpu_metrics_debug"
else:
self.debug += " tpu_metrics_debug"
self.tpu_metrics_debug = False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment