Skip to content

Commit

Permalink
formatting fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnanPrash committed Sep 24, 2024
1 parent 9c4aedd commit 4654f35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/L0_backend_vllm/vllm_backend/vllm_backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_vllm_triton_backend(self):
self.triton_client.load_model(self.ensemble_model_name)
self.assertTrue(self.triton_client.is_model_ready(self.ensemble_model_name))
self.triton_client.unload_model(self.ensemble_model_name)

# Unload vllm model and test add_sub model
self.triton_client.unload_model(self.vllm_load_test)
self.assertFalse(self.triton_client.is_model_ready(self.vllm_load_test))
Expand Down Expand Up @@ -93,8 +93,6 @@ def test_vllm_triton_backend(self):
)
self.triton_client.unload_model(self.vllm_load_test)
self.assertFalse(self.triton_client.is_model_ready(self.vllm_load_test))



def test_model_with_invalid_attributes(self):
model_name = "vllm_invalid_1"
Expand Down Expand Up @@ -173,7 +171,6 @@ def test_exclude_input_in_output_true(self):
expected_output=expected_output,
)


def _test_vllm_model(
self,
prompts,
Expand Down

0 comments on commit 4654f35

Please sign in to comment.