ollama/runner/ollamarunner
Michael Yang 1a2feb2a97 ollamarunner: fix deadlock
hardErrCh will deadlock since forwardBatch is blocked on
computeStartedCh which never gets sent. since the response to
hardErrCh is to panic, just panic instead
2025-10-10 16:49:57 -07:00
..
cache.go refactor: use the built-in max/min to simplify the code (#12280) 2025-09-16 17:14:21 -07:00
cache_test.go embedding gemma model (#12181) 2025-09-04 09:09:07 -07:00
multimodal.go ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
runner.go ollamarunner: fix deadlock 2025-10-10 16:49:57 -07:00