jan icon indicating copy to clipboard operation
jan copied to clipboard

fix: app getting stuck at downloading 99% while downloading model

Open louis-jan opened this issue 6 months ago • 0 comments

Describe Your Changes

Addressed a critical issue where the application would become unresponsive at the 99% mark during model download. Seems like asynchronous predicate would return a random element: array.find( async () =>... )

Suppress irrelevant error log

Fixes Issues

fixes #1319

Self Checklist

  • [x] Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • [x] Created issues for follow-up changes or refactoring needed

louis-jan avatar Jan 03 '24 15:01 louis-jan