-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
Description
Name and Version
$ podman run -it --rm ghcr.io/ggerganov/llama.cpp:server-b4568 --version
WARNING: image platform (linux/arm64) does not match the expected platform (linux/amd64)
version: 4568 (a4417ddd)
built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for aarch64-linux-gnu
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
Other (Please specify in the next section)
Command line
Problem description & steps to reproduce
$ docker manifest inspect ghcr.io/ggerganov/llama.cpp:server-b4568 -v | grep architecture
"architecture": "arm64",
$ docker manifest inspect ghcr.io/ggerganov/llama.cpp:server-b4524 -v | grep architecture
"architecture": "amd64",
"architecture": "arm64",
First Bad Commit
It seems like the fix in #11434 broke it.
Relevant log output
ivanbaldo