Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
15
test_zenflow_adam_cross_process
Function · 0.45
test_load_zeropp_model
Method · 0.45
test_load_zeropp_checkpoint
Method · 0.45
test_blocking_aio_releases_gil
Function · 0.45
run_read
Function · 0.45
test_concurrent_blocking_reads_on_shared_handle
Function · 0.45
run_reads
Function · 0.45
manage_locked_tensors
Function · 0.45
test_concurrent_unpinned_read_and_locked_tensor_management
Function · 0.45
test_async_read
Method · 0.45
test_async_write
Method · 0.45
test_read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected