diff --git a/gpt4all-chat/src/modellist.cpp b/gpt4all-chat/src/modellist.cpp index f87bf7c058fba..66f7da017c544 100644 --- a/gpt4all-chat/src/modellist.cpp +++ b/gpt4all-chat/src/modellist.cpp @@ -1005,11 +1005,6 @@ void ModelList::updateData(const QString &id, const QVector if (shouldSort) resortModel(); - // FIXME(jared): for some reason these don't update correctly when the source model changes, so we explicitly invalidate them - m_selectableModels->invalidate(); - m_installedModels->invalidate(); - m_downloadableModels->invalidate(); - emit selectableModelListChanged(); }