Skip to content

Misc. bug: amd64 cpu docker images are gone #11469

@PkmX

Description

@PkmX

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions