()
| 47 | |
| 48 | |
| 49 | def get_context_parallel_world_size(): |
| 50 | assert _CONTEXT_PARALLEL_SIZE is not None, "context parallel size is not initialized" |
| 51 | |
| 52 | return _CONTEXT_PARALLEL_SIZE |
| 53 | |
| 54 | |
| 55 | def get_context_parallel_rank(): |
no outgoing calls
no test coverage detected