Skip to content

Commit

Permalink
Removing debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv committed Nov 3, 2023
1 parent d298d72 commit 25dc1d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/L0_backend_vllm/accuracy_test/accuracy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def test_vllm_model(self):
request_data = create_vllm_request(
prompts[i], i, stream, sampling_parameters, self.vllm_model_name
)
print(request_data["inputs"])
self.triton_client.async_stream_infer(
model_name=self.vllm_model_name,
request_id=request_data["request_id"],
Expand Down

0 comments on commit 25dc1d4

Please sign in to comment.