lmstudio-ai / lmstudio-bug-tracker

Bug tracking for the LM Studio desktop application
10 stars 3 forks source link

Support for AVX-512 #179

Open SachiaLanlus opened 3 weeks ago

SachiaLanlus commented 3 weeks ago

The modern x86-64 CPU typically support the AVX-512 instruction extension. In the compute bound task, AVX-512 can improve a lot. Although inference part of LLM are mostly memory bound, but it can still speed up the prompt processing. Please add the support for AVX-512 instruction extension.

HabermannR commented 2 weeks ago

Yes please