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
I guess that the problem is the lazy implementation of UnloadingModel but I couldn't prove it yet. The bug is simply too rare. If this is the problem, however, retry should solve the issue.
Remark
The code in Whisper is similar and, whatever solution is found for LLM, it should also be applied there.
The text was updated successfully, but these errors were encountered:
Description
This line, very sporadically, causes a panic.
Solution
I guess that the problem is the lazy implementation of
UnloadingModel
but I couldn't prove it yet. The bug is simply too rare. If this is the problem, however, retry should solve the issue.Remark
The code in Whisper is similar and, whatever solution is found for LLM, it should also be applied there.
The text was updated successfully, but these errors were encountered: