mixpanel: report cpu_supports_avx2 on startup (#2299)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-05-02 16:09:41 -04:00
committed by GitHub
parent 855fd22417
commit 577ebd4826
3 changed files with 11 additions and 4 deletions

View File

@@ -259,6 +259,7 @@ void Network::sendStartup()
{"display", QString("%1x%2").arg(display->size().width()).arg(display->size().height())},
{"ram", LLM::globalInstance()->systemTotalRAMInGB()},
{"cpu", getCPUModel()},
{"cpu_supports_avx2", LLModel::Implementation::cpuSupportsAVX2()},
{"datalake_active", mySettings->networkIsActive()},
});
sendIpify();