jamesqh
Results
2
comments of
jamesqh
I am having the same problem with the latest code. My CPU has no AVX2, but I'm able to build and run llama.cpp with the right cmake args ([build log](https://github.com/abetlen/llama-cpp-python/files/11558998/successful.llamacpp.txt))...
Figured this out myself. The error message was kinda backwards: the problem isn't that the dll isn't a valid Win32 application, but that it is and it **shouldn't be**! I...