()
| 84 | reason="Requires >= 2 GPUs (symmetric memory needs NVLink)", |
| 85 | ) |
| 86 | def test_sampling_distribution_tp2() -> None: |
| 87 | run_maybe_distributed(verify_sampling_distribution_tp2, n_procs=2) |
| 88 | |
| 89 | |
| 90 | @pytest.mark.skipif( |
nothing calls this directly
no test coverage detected