louisgv / local.ai

🎒 local.ai - Run AI locally on your PC!
https://localai.app
GNU General Public License v3.0
619 stars 54 forks source link

Model load feedback #88

Open step21 opened 1 year ago

step21 commented 1 year ago

When clicking load, the model load number just counts up, without necessarily loading. (as far as I can tell) Is this intended or just not implemented more explicitly? (e.g., when the loading fails, I would expect an error, and why would you actually load more than once? for multiple threads?)

export type ModelStats = {
  loadCount: number
}