(config, run_config, worker_id)
| 248 | @pytest.mark.flaky(reruns=0) |
| 249 | @pytest.mark.parametrize('run_config', get_func_config_list('pytorch', {'tp': 2}, func_type='evaluate')) |
| 250 | def test_pytorch_restful_tp2(config, run_config, worker_id): |
| 251 | run_eval_test(config, run_config, worker_id, 'infer') |
| 252 | |
| 253 | |
| 254 | @pytest.mark.infer |
nothing calls this directly
no test coverage detected