Skip to content

Commit

Permalink
Merge branch 'release/0.3' into xiongyf/fix-image
Browse files Browse the repository at this point in the history
  • Loading branch information
abuccts committed Sep 18, 2021
2 parents 61ad9ef + e80447f commit 740c5d5
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,7 @@ def _postprocess(self):
torch.distributed.destroy_process_group()
except BaseException as e:
self._result.set_return_code(ReturnCode.DISTRIBUTED_SETTING_DESTROY_FAILURE)
logger.error(
'Post process failed - benchmark: {}, mode: {}, message: {}.'.format(
self._name, self._args.mode, str(e)
)
)
logger.error('Post process failed - benchmark: {}, message: {}.'.format(self._name, str(e)))
return False

return True
Expand Down

0 comments on commit 740c5d5

Please sign in to comment.