Skip to content

Container images in GHCR registry, are not multi arch #13995

Closed
@paul-civitas

Description

@paul-civitas

The images are just amd64, no arm64 versions.

However the documentation specifies here: https://github.com/ggml-org/llama.cpp/blob/7e00e60ef86645a01fda738fef85b74afa016a34/docs/docker.md

ghcr.io/ggml-org/llama.cpp:full: This image includes both the main executable file and the tools to convert LLaMA models into ggml and convert into 4-bit quantization. (platforms: linux/amd64, linux/arm64)

Maybe the documentation is out of date and you're no longer providing arm64 images.

$ podman pull ghcr.io/ggml-org/llama.cpp:full
Trying to pull ghcr.io/ggml-org/llama.cpp:full...
Getting image source signatures
Copying blob sha256:d836c73fa54aab720ac95cceca83d20a6b392205362c4966a12c21ee5c33bc3f
Copying blob sha256:215ed5a638430309375291c48a01872859a8dbf1331e54ba0af221918eb8ce2e
Copying blob sha256:ed120d5160ccd6861b4882954b011159a7ab5b6ebb40a1a201b7d645148d24f7
Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
Copying blob sha256:95102f8c3a67783e29bd29c0738b8843417e42104576e4af7bd6a13d39574553
Copying blob sha256:449f874837c5e32b80045cad26425464630a93e91a74f4b0fc6d510ca8efd19d
Copying config sha256:fc657669ddf8a8d4f077b44291fdcdb5b5d9f0de3d782cb7dcce83528662e5bb
Writing manifest to image destination
WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
fc657669ddf8a8d4f077b44291fdcdb5b5d9f0de3d782cb7dcce83528662e5bb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions