Enable overlap by default (#2067)
This commit is contained in:
@@ -899,10 +899,7 @@ class ScheduleBatch:
|
||||
|
||||
self.input_ids = self.output_ids
|
||||
self.output_ids = None
|
||||
if self.sampling_info.penalizer_orchestrator:
|
||||
self.sampling_info.penalizer_orchestrator.cumulate_output_tokens(
|
||||
self.input_ids
|
||||
)
|
||||
self.sampling_info.penalizer_orchestrator.cumulate_output_tokens(self.input_ids)
|
||||
|
||||
# Alloc mem
|
||||
bs = len(self.reqs)
|
||||
|
||||
Reference in New Issue
Block a user