mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-17 11:17:11 +00:00
Revert "Allow models to force a new batch"
This reverts commit c7eae586b899083acebcd9b3847b89ea78c2850c.
This commit is contained in:
@@ -15,12 +15,6 @@ type Input struct {
|
||||
// stored in Multimodal, used for caching and comparing
|
||||
// equality.
|
||||
MultimodalHash uint64
|
||||
|
||||
// BatchBreak forces a new batch to be started with this
|
||||
// input. For example, this can be used to align images
|
||||
// with batches. Note that batches may be divided in additional
|
||||
// locations as well.
|
||||
BatchBreak bool
|
||||
}
|
||||
|
||||
// MultimodalIndex is a multimodal element (such as an image)
|
||||
|
||||
Reference in New Issue
Block a user