ollama/model/models/qwen25vl
Daniel Hiltgen 517807cdf2
perf: build graph for next batch async to keep GPU busy (#11863)
* perf: build graph for next batch in parallel to keep GPU busy

This refactors the main run loop of the ollama runner to perform the main GPU
intensive tasks (Compute+Floats) in a go routine so we can prepare the next
batch in parallel to reduce the amount of time the GPU stalls waiting for the
next batch of work.

* tests: tune integration tests for ollama engine

This tunes the integration tests to focus more on models supported
by the new engine.
2025-08-29 14:20:28 -07:00
..
model.go perf: build graph for next batch async to keep GPU busy (#11863) 2025-08-29 14:20:28 -07:00
model_text.go ml: add more rope options (#10775) 2025-05-20 15:51:08 -07:00
model_vision.go ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
process_image.go model: add Qwen2.5-VL support (#10385) 2025-05-13 20:58:02 -07:00