()
| 41 | |
| 42 | |
| 43 | def get_context_parallel_group(): |
| 44 | assert _CONTEXT_PARALLEL_GROUP is not None, "context parallel group is not initialized" |
| 45 | |
| 46 | return _CONTEXT_PARALLEL_GROUP |
| 47 | |
| 48 | |
| 49 | def get_context_parallel_world_size(): |
no outgoing calls
no test coverage detected