The foundation page shows a particular model as selected even though the model has been deleted
I downloaded a Qwen model in the TransformerLab application and set it as the active model for chat. Although the model initially appeared on the Foundation page, after deleting it from there, the model continued to appear as the currently selected one. This suggests that the model reference was not properly cleared after deletion.
Are you saying that you deleted a model while you were running it? What happens after you stop the model? Is it still in the model list?
I mean I selected the model on the model zoo page and then deleted it after selecting (and without ejecting) but still it was visible on the foundation page
Oh so it wasn't running but it was selected. Got it. So could unselect it if it gets deleted I guess.
Actually I was thinking that if the model has been deleted then it should not be actually visible on the foundation page at all
Yeah my suspicion is that if you eject the model it will be deleted from the model list, it's just we didn't add the code to also remove it as the selected model. I don't know what happens i fyou try to hit the Run button...probably an error.
It wont be an error as if its a huggingface model, the fields set in experiment config would still start it correctly. The error would only be for local models
Yeah. I meant the problem seems to be mostly on the frontend side where the state of the application isn't updated properly I think