MCPcopy
hub / github.com/deepspeedai/DeepSpeed / is_initialized

Method is_initialized

deepspeed/comm/ccl.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 self.available_coll = self.ccl_comm_op.get_available_coll()
59
60 def is_initialized(self):
61 return self.initialized
62
63 def run_collective(self, name, **kwargs):
64 if name in self.available_coll:

Callers 15

create_deepspeed_argsFunction · 0.45
_dist_runMethod · 0.45
_dist_destroyMethod · 0.45
reduce_boolean_flagsFunction · 0.45
testMethod · 0.45
testMethod · 0.45
get_layoutMethod · 0.45
compute_attentionMethod · 0.45
forwardMethod · 0.45
get_dist_msgFunction · 0.45
print_json_distFunction · 0.45

Calls

no outgoing calls

Tested by 3

testMethod · 0.36
testMethod · 0.36