Open Proryanator opened 3 months ago
Hi @Proryanator! If you solved your issue, would you be interested in submitting a PR to this repo? Otherwise we'll look into it.
Thanks for the report!
Hi @Proryanator! If you solved your issue, would you be interested in submitting a PR to this repo? Otherwise we'll look into it.
Thanks for the report!
I would love to! Lemme open it up when I get some time.
That'd be awesome!
Hey there! I noticed especially when loading large models, the model is loaded once, then unloaded from memory, then re-loaded.
I believe this has to do with the model being loaded in the .onAppear() which can trigger a reload of the UI (since the language model is stored in state).
I had a similar issue in my own iOS app.