mirror of https://github.com/InternLM/InternLM
fix
parent
3bc936e00d
commit
662391b211
2
train.py
2
train.py
|
@ -138,7 +138,7 @@ def main(args):
|
||||||
config=config_lines,
|
config=config_lines,
|
||||||
logger=logger,
|
logger=logger,
|
||||||
enable_tb=gpc.config.enable_tb,
|
enable_tb=gpc.config.enable_tb,
|
||||||
queue_max_length=gpc.config.monitor.tensorboard.queue_max_length,
|
queue_max_length=gpc.config.tensorboard.queue_max_length,
|
||||||
total_steps=total_steps,
|
total_steps=total_steps,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue