mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-23 14:07:58 +00:00
This shouldn't have snuck in.
This commit is contained in:
parent
992e553cfa
commit
dfe85386b5
1
llm.cpp
1
llm.cpp
@ -32,7 +32,6 @@ LLM::LLM()
|
|||||||
const bool avx2(__builtin_cpu_supports("avx2"));
|
const bool avx2(__builtin_cpu_supports("avx2"));
|
||||||
const bool fma(__builtin_cpu_supports("fma"));
|
const bool fma(__builtin_cpu_supports("fma"));
|
||||||
m_compatHardware = avx && avx2 && fma;
|
m_compatHardware = avx && avx2 && fma;
|
||||||
qDebug() << "m_compatHardware" << m_compatHardware;
|
|
||||||
emit compatHardwareChanged();
|
emit compatHardwareChanged();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user