ollama/runner/ollamarunner
Jesse Gross 8e8f2c6d67 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-05-01 15:15:24 -07: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-05-01 15:15:24 -07:00