Skip to content

Commit 2f1802b

Browse files
Fix missing CI slow tests: ImportError: vLLM is not installed (#4304)
1 parent e0eec05 commit 2f1802b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_vllm_client_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def teardown_class(cls):
134134
# Same as above but using base_url to instantiate the client.
135135
@pytest.mark.slow
136136
@require_torch_multi_accelerator
137+
@require_vllm
137138
class TestVLLMClientServerBaseURL(TrlTestCase):
138139
model_id = "Qwen/Qwen2.5-1.5B"
139140

0 commit comments

Comments
 (0)