ollama/model/models/llama4
Michael Yang de82b1f9a3 cleanup attention interface
the updated interface supports variadic attention options which
removes the need for individual `AttentionWith...` functions. it means
more models can use the attention interface, e.g. models with
custom masks, logit softcapping, etc.

additionally, this interface should be less error prone since there are
now reasonable defaults for all optional parameters
2025-12-16 09:45:04 -08:00
..
model.go chore: update models to use slice/chunk/chunksections (#12934) 2025-11-13 15:20:12 -08:00
model_text.go cleanup attention interface 2025-12-16 09:45:04 -08:00
model_vision.go cleanup attention interface 2025-12-16 09:45:04 -08:00
process_image.go refactor: use builtin max and min 2025-10-09 16:17:52 -07:00
process_image_test.go image processing 2025-04-25 16:59:20 -07:00