Skip to content

Commit

Permalink
Reversed model name in stream_enabled_test
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv committed Nov 3, 2023
1 parent 25dc1d4 commit df956f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/L0_backend_vllm/stream_enabled/stream_enabled_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def test_vllm_model_stream_enabled(self):
async with grpcclient.InferenceServerClient(
url="localhost:8001"
) as triton_client:
model_name = "vllm_model"
model_name = "vllm_opt"
stream = True
prompts = [
"The most dangerous animal is",
Expand Down

0 comments on commit df956f9

Please sign in to comment.