()
| 96 | reason="Requires >= 2 GPUs (symmetric memory needs NVLink)", |
| 97 | ) |
| 98 | def test_greedy_tp2() -> None: |
| 99 | run_maybe_distributed(verify_greedy_tp2, n_procs=2) |
| 100 | |
| 101 | |
| 102 | @pytest.mark.parametrize("n_hidden_states", [1, 2]) |
nothing calls this directly
no test coverage detected