MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / is_context_parallel_initialized

Function is_context_parallel_initialized

sat/sgm/util.py:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def is_context_parallel_initialized():
19 if _CONTEXT_PARALLEL_GROUP is None:
20 return False
21 else:
22 return True
23
24
25def set_context_parallel_group(size, group):

Callers 1

get_inputMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected