We have to fix the CMake to build with AVX and AVX2 support with MSVC by default.
There was an old attempt to detect the instruction set but last time I tried it, it wasn't working for some reason and it seemed too complex. If we can't find a solution, we probably should just disable the LLAMA_NATIVE option on Windows
We have to fix the CMake to build with AVX and AVX2 support with MSVC by default.
There was an old attempt to detect the instruction set but last time I tried it, it wasn't working for some reason and it seemed too complex. If we can't find a solution, we probably should just disable the
LLAMA_NATIVEoption on Windows