From dfe85386b5a2e38ae438c5884b97a82dde77d341 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 8 May 2023 14:21:29 -0400 Subject: [PATCH] This shouldn't have snuck in. --- llm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llm.cpp b/llm.cpp index f6009e78..22ac24ac 100644 --- a/llm.cpp +++ b/llm.cpp @@ -32,7 +32,6 @@ LLM::LLM() const bool avx2(__builtin_cpu_supports("avx2")); const bool fma(__builtin_cpu_supports("fma")); m_compatHardware = avx && avx2 && fma; - qDebug() << "m_compatHardware" << m_compatHardware; emit compatHardwareChanged(); } #endif