()
| 48 | |
| 49 | |
| 50 | def get_context_parallel_group(): |
| 51 | assert _CONTEXT_PARALLEL_GROUP is not None, "context parallel group is not initialized" |
| 52 | |
| 53 | return _CONTEXT_PARALLEL_GROUP |
| 54 | |
| 55 | |
| 56 | def get_context_parallel_world_size(): |
no outgoing calls
no test coverage detected