Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Oct 16, 2024
1 parent d2b4595 commit dab703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/srt/test_overlap_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)


class TestChunkedPrefill(unittest.TestCase):
class TestOverlapSchedule(unittest.TestCase):
def run_mmlu(self, disable_radix_cache, chunked_prefill_size=32):
other_args = ["--chunked-prefill-size", str(chunked_prefill_size)]
if disable_radix_cache:
Expand Down

0 comments on commit dab703a

Please sign in to comment.