ソースを参照

pipe semaphore

justheuristic 4 年 前
コミット
f50a584c87
1 ファイル変更1 行追加1 行削除
  1. 1 1
      hivemind/averaging/averager.py

+ 1 - 1
hivemind/averaging/averager.py

@@ -261,7 +261,7 @@ class DecentralizedAverager(mp.Process, ServicerBase):
                     await task
                     break
 
-            loop.run_until_complete(_run())
+        loop.run_until_complete(_run())
 
     def run_in_background(self, await_ready: bool = True, timeout: Optional[float] = None) -> None:
         """