Skip to content

Bug: ABI problem in binary file "llama-b3187-bin-win-msvc-arm64.zip" #8050

Open
@Billzhong2022

Description

@Billzhong2022

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmedium severityUsed to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions