mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-10 21:09:13 +00:00
Enable the force metal setting.
This commit is contained in:
@@ -13,6 +13,7 @@ class LLM : public QObject
|
||||
public:
|
||||
static LLM *globalInstance();
|
||||
|
||||
// FIXME: Move all settings to the new settings singleton
|
||||
int32_t threadCount() const;
|
||||
void setThreadCount(int32_t n_threads);
|
||||
bool serverEnabled() const;
|
||||
|
Reference in New Issue
Block a user