feat: retry evicted models in one load action
This commit is contained in:
@@ -47,7 +47,10 @@ The Available downloads controls support:
|
||||
|
||||
Popularity and date ordering use upstream metadata only; the plugin does not invent popularity, dates, RAM requirements, or token metrics.
|
||||
|
||||
## Per-model placement
|
||||
## Staged multi-model loading
|
||||
|
||||
A single **Load selected permanently** action now loads models in verified stages. RAM-only models are attempted first, followed by GPU + RAM models. The backend checks Ollama `/api/ps` after each runner starts and automatically performs one recovery pass for any selected model Ollama evicted. Already resident models are not reloaded. The result includes a retry count and reports when automatic eviction recovery completed, so users do not need to click the load action again manually.
|
||||
|
||||
|
||||
Each installed model in the Model pool has a persistent placement selector:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user