Open
Description
What happened?
In release tag https://github.com/ggerganov/llama.cpp/releases/tag/b3187, file "llama-cli.exe" in binary file "llama-b3187-bin-win-msvc-arm64.zip" is windows X64 ABI. It's not Windows ARM64 ABI. What is the reason? Why you mark it to "win-msvc-arm64"?
Logs:
C:\llama-b3187-bin-win-msvc-arm64>dumpbin /headers llama-cli.exe
FILE HEADER VALUES
8664 machine (x64)
And llama-cli.exe depends below four libraries. Where should I download them?
libstdc++-6.dll
libwinpthread-1.dll
libgcc_s_seh-1.dll
libgomp-1.dll
Name and Version
Tag b3187
What operating system are you seeing the problem on?
No response
Relevant log output
N/A