Default to true for compat hardware.

pull/913/head
Adam Treat 1 year ago
parent dd71513309
commit c8e9259bd1

@ -22,6 +22,7 @@ LLM::LLM()
: QObject{nullptr}
, m_chatListModel(new ChatListModel(this))
, m_threadCount(std::min(4, (int32_t) std::thread::hardware_concurrency()))
, m_compatHardware(true)
{
connect(QCoreApplication::instance(), &QCoreApplication::aboutToQuit,
this, &LLM::aboutToQuit);

Loading…
Cancel
Save