Skip to content

Conversation

@puyuan1996
Copy link
Collaborator

@puyuan1996 puyuan1996 commented Mar 12, 2025

Description

adapt learner to unizero-multitask ddp, and adapt vac to support jericho config

Related Issue

TODO

Check List

  • merge the latest version source branch/repo, and resolve all the conflicts
  • pass style check
  • pass all the tests

else:
self._freq = ext_args.freq
self._freq = ext_args.get('freq', 1)
self._only_monitor_rank0 = ext_args.get('only_monitor_rank0', True)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不过有个问题是 LogShowHook 在/ding/worker/learner/learner_hook.py初始化时,好像都是用的默认参数,写死在hook_mapping这里了,unizero_multitask 使用时还是要改这个文件吧

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

用engine.only_monitor_rank0,而不是自己传进来的

@PaParaZz1 PaParaZz1 merged commit 2ab7747 into opendilab:main Mar 13, 2025
12 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants