Skip to content

Commit

Permalink
Update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Jan 27, 2025
1 parent bf3bbd9 commit f43b393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/srt/test_srt_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def test_logprob_mixed(self):
for return_logprob in [True, False]:
for top_logprobs_num in [0, 5]:

if logprob_start_len > input_len:
if logprob_start_len >= input_len:
continue

args.append(
Expand Down

0 comments on commit f43b393

Please sign in to comment.