Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
is_context_parallel_initialized():
19
if
_CONTEXT_PARALLEL_GROUP is None:
20
return
False
21
else
:
22
return
True
23
24
25
def
set_context_parallel_group(size, group):
Callers
1
get_input
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected