()
| 54 | |
| 55 | |
| 56 | def get_context_parallel_world_size(): |
| 57 | assert _CONTEXT_PARALLEL_SIZE is not None, "context parallel size is not initialized" |
| 58 | |
| 59 | return _CONTEXT_PARALLEL_SIZE |
| 60 | |
| 61 | |
| 62 | def get_context_parallel_rank(): |
no outgoing calls
no test coverage detected