(config, run_config, worker_id)
| 353 | @pytest.mark.flaky(reruns=0) |
| 354 | @pytest.mark.parametrize('run_config', get_func_config_list('pytorch', {'tp': 8}, func_type='evaluate')) |
| 355 | def test_pytorch_restful_tp8(config, run_config, worker_id): |
| 356 | run_eval_test(config, run_config, worker_id, 'infer') |
| 357 | |
| 358 | |
| 359 | @pytest.mark.infer |
nothing calls this directly
no test coverage detected