[trainer] 2 bug fixes and a rename (#12309)
* bug fixes and a rename * add extended DDP test
This commit is contained in:
@@ -153,7 +153,7 @@ Here is an example of how this can be used in an application:
|
||||
)
|
||||
|
||||
# set the main code and the modules it uses to the same log-level according to the node
|
||||
log_level = training_args.get_node_log_level()
|
||||
log_level = training_args.get_process_log_level()
|
||||
logger.setLevel(log_level)
|
||||
datasets.utils.logging.set_verbosity(log_level)
|
||||
transformers.utils.logging.set_verbosity(log_level)
|
||||
|
||||
Reference in New Issue
Block a user