Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui committed Jul 19, 2023
1 parent 422da5b commit d7c35dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_model_update/instance_update_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def _test_scheduler_basic_sequence_update(self):
# sequence is removed by an instance update, which the removed instance will
# live until the sequence ends.
def _test_scheduler_ongoing_sequence_update(self):
# Start seqneuce 1 and 2 on CPU instances
# Start sequence 1 and 2 on CPU instances
self._triton.infer(self._model_name,
self._get_inputs(),
sequence_id=1,
Expand Down

0 comments on commit d7c35dd

Please sign in to comment.