提交 05ee6038 编写于 作者: M Megvii Engine Team

fix(mge/distributed): fix single_machine_cache error

GitOrigin-RevId: be57111408a7cb4861c5b8534e4305ab366ce5ba
上级 0a56a5b1
......@@ -56,6 +56,7 @@ class Group:
def reset(self, proc_ranks):
self.check(proc_ranks)
self.proc_ranks = proc_ranks
self.is_single_machine_cache = None
self.stream = _sh.get_next()
def check(self, proc_ranks):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册