()
| 160 | |
| 161 | |
| 162 | def verify_correctness_tp2() -> None: |
| 163 | tp = TPInfo.from_world() |
| 164 | tp.rank0_print("=== test_sampling_distribution_tp2 ===") |
| 165 | verify_sampling_distribution_tp2() |
| 166 | |
| 167 | tp.rank0_print("\n=== test_greedy_tp2 ===") |
| 168 | verify_greedy_tp2() |
| 169 | |
| 170 | tp.rank0_print("\nAll distributed tests passed.") |
| 171 | |
| 172 | |
| 173 | def verify_sampling_distribution_tp2() -> None: |
nothing calls this directly
no test coverage detected