Skip to content

Commit

Permalink
Update qa/L0_backend_python/python_based_backends/python_based_backen…
Browse files Browse the repository at this point in the history
…ds_test.py

Co-authored-by: Tanmay Verma <[email protected]>
  • Loading branch information
pskiran1 and tanmayv25 authored Nov 2, 2023
1 parent 2938b2d commit e419916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_python_model(self):
model_name=self.python_model, shape=[16], model_version="2"
)

def test_pytorh_model(self):
def test_pytorch_model(self):
self.assertTrue(
self.triton_client.is_model_ready(self.pytorch_model, model_version="1")
)
Expand Down

0 comments on commit e419916

Please sign in to comment.