mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 00:47:21 +01:00
When the same model is being reloaded rapidly with client connections being canceled before the model finishes loading, the queued unload event could cause a leak of runners by deleting a different runner from the loaded list.