MCPcopy
hub / github.com/InternLM/lmdeploy / test_pytorch_restful_tp16

Function test_pytorch_restful_tp16

autotest/evaluate/test_api_evaluate.py:365–366  ·  view source on GitHub ↗
(config, run_config, worker_id)

Source from the content-addressed store, hash-verified

363@pytest.mark.flaky(reruns=0)
364@pytest.mark.parametrize('run_config', get_func_config_list('pytorch', {'tp': 16}, func_type='evaluate'))
365def test_pytorch_restful_tp16(config, run_config, worker_id):
366 run_eval_test(config, run_config, worker_id, 'infer')
367
368
369@pytest.mark.infer

Callers

nothing calls this directly

Calls 1

run_eval_testFunction · 0.70

Tested by

no test coverage detected