ollama/runner/ollamarunner
Jesse Gross 597f6cd3a9
ollamarunner: Fix memory leak when processing images
The context (and therefore associated input tensors) was not being
properly closed when images were being processed. We were trying to
close them but in reality we were closing over an empty list, preventing
anything from actually being freed.

Fixes #10434
2025-12-29 06:37:49 -06:00
..
cache.go kvcache: Add check for values that fall out of sliding window cache 2025-04-02 11:55:48 -07:00
cache_test.go ollamarunner: Preallocate worst case graph at startup 2025-04-08 10:01:28 -07:00
runner.go ollamarunner: Fix memory leak when processing images 2025-12-29 06:37:49 -06:00