Revert "Allow models to force a new batch"

This reverts commit c7eae586b899083acebcd9b3847b89ea78c2850c.
This commit is contained in:
jmorganca
2025-03-11 11:53:37 +01:00
committed by Michael Yang
parent 06007c0a18
commit 65b0f329d1
4 changed files with 14 additions and 10 deletions

View File

@@ -363,7 +363,7 @@ func (s *Server) processBatch() error {
}
}
if j >= s.batchSize || (inp.BatchBreak && len(seq.pendingInputs) != 0) {
if j >= s.batchSize {
break
}