You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: