mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 02:20:28 +00:00
Enable the force metal setting.
This commit is contained in:
@@ -110,6 +110,7 @@ public Q_SLOTS:
|
||||
void handleChatIdChanged(const QString &id);
|
||||
void handleShouldBeLoadedChanged();
|
||||
void handleThreadStarted();
|
||||
void handleForceMetalChanged(bool forceMetal);
|
||||
|
||||
Q_SIGNALS:
|
||||
void recalcChanged();
|
||||
@@ -157,6 +158,8 @@ private:
|
||||
std::atomic<bool> m_shouldBeLoaded;
|
||||
std::atomic<bool> m_isRecalc;
|
||||
bool m_isServer;
|
||||
bool m_forceMetal;
|
||||
bool m_reloadingToChangeVariant;
|
||||
};
|
||||
|
||||
#endif // CHATLLM_H
|
||||
|
Reference in New Issue
Block a user