mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-15 18:27:08 +00:00
Revert "Allow models to force a new batch"
This reverts commit c7eae586b899083acebcd9b3847b89ea78c2850c.
This commit is contained in:
@@ -363,7 +363,7 @@ func (s *Server) processBatch() error {
|
||||
}
|
||||
}
|
||||
|
||||
if j >= s.batchSize || (inp.BatchBreak && len(seq.pendingInputs) != 0) {
|
||||
if j >= s.batchSize {
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user