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

Function is_context_parallel_initialized

sat/vae_modules/utils.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 initialize_context_parallel(context_parallel_size):

Callers 1

get_inputMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected