Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Dec 13, 2024
1 parent c8b45ab commit c584f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/vLLM/test_vllm.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def record_config_file(record_testsuite_property: Callable[[str, object], None])
# Will run each test case in its own process through run_tests.sh
# emulating vLLM CI testing
@requires_gpu_count(1)
# @pytest.mark.skipif(not vllm_installed, reason="vLLM is not installed, skipping test")
@pytest.mark.skipif(not vllm_installed, reason="vLLM is not installed, skipping test")
class TestvLLM:
"""
The following test quantizes a model using a preset scheme or recipe,
Expand Down

0 comments on commit c584f2a

Please sign in to comment.