MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / wait

Method wait

tests/unit/runtime/zero/test_zero_context.py:88–89  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

86 self.kwargs = None
87
88 def wait(self, **kwargs):
89 self.kwargs = kwargs
90
91 handles = [PositionalWaitHandle(), KeywordOnlyWaitHandle(), KwargsWaitHandle()]
92

Calls

no outgoing calls

Tested by

no test coverage detected