Skip to content

Commit b9d66a3

Browse files
grzegorz-k-karchkevalmorabia97
authored andcommitted
disabled vllm tests that depends on anymodel
Signed-off-by: Grzegorz Karch <gkarch@nvidia.com>
1 parent deeb822 commit b9d66a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/gpu/torch/puzzletron/test_calc_runtime_stats.py renamed to tests/gpu_vllm/torch/puzzletron/test_calc_runtime_stats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
pytest.importorskip("vllm", reason="vLLM is required for calc_runtime_for_subblocks")
3434

3535

36+
@pytest.mark.skip(reason="AnyModel is not supported in vLLM yet")
3637
def test_calc_runtime_for_subblocks(tmp_path: Path):
3738
"""End-to-end: a tiny subblock set yields a runtime dict + positive no-block overhead."""
3839
tokenizer = get_tiny_tokenizer()

0 commit comments

Comments
 (0)