Add space in error message
PiperOrigin-RevId: 256873969
This commit is contained in:
parent
28d028de60
commit
ad6e2c74ce
@ -1050,7 +1050,7 @@ Status ColocationGraph::GetDevicesForNode(
|
||||
|
||||
return errors::InvalidArgument(
|
||||
errors::FormatNodeNameForError(node->name()),
|
||||
"was explicitly assigned to ", node->requested_device(),
|
||||
" was explicitly assigned to ", node->requested_device(),
|
||||
" but available devices are [ ",
|
||||
absl::StrJoin(device_names, ", "), " ]. Make sure ",
|
||||
"the device specification refers to a valid device.", gpu_msg);
|
||||
|
Loading…
Reference in New Issue
Block a user