ollama/model/models/gemma3
Jesse Gross 06007c0a18 Allow models to force a new batch
This is useful for a few things:
 - Work around bugs, such as having 2 images in one batch
 - Keep the image in a single batch for fully connected attention
 - Improve performance by not evaluating embeddings multiple times
2025-03-11 14:49:20 -07:00
..
model.go Allow models to force a new batch 2025-03-11 14:49:20 -07:00
model_text.go Disable causal attention based on batch index 2025-03-11 14:49:20 -07:00
model_vision.go update model 2025-03-11 14:49:19 -07:00
process_image.go fix vision encoder 2025-03-11 14:49:19 -07:00