Skip to content

Commit

Permalink
Update ci/L0_backend_vllm/vllm_backend/vllm_backend_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan McCormick <[email protected]>
  • Loading branch information
KrishnanPrash and rmccorm4 authored Sep 23, 2024
1 parent 78bf0fb commit ecda2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/L0_backend_vllm/vllm_backend/vllm_backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def setUp(self):
self.triton_client = grpcclient.InferenceServerClient(url="localhost:8001")
self.vllm_model_name = "vllm_opt"
self.python_model_name = "add_sub"
self.enseble_model_name = "ensemble_model"
self.ensemble_model_name = "ensemble_model"
self.vllm_load_test = "vllm_load_test"

def test_vllm_triton_backend(self):
Expand Down

0 comments on commit ecda2e2

Please sign in to comment.