Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://quay.io/repository/ai-lab/llamacpp-python-cuda is provided only for x86_64 #525

Open
jeffmaury opened this issue Jun 3, 2024 · 1 comment
Labels
bug Something isn't working enhancement Improve on an existing feature or experience

Comments

@jeffmaury
Copy link
Collaborator

No description provided.

@Gregory-Pereira
Copy link
Collaborator

This for sure needs to be worked on. For now I would suggest using the ghcr.io candidates which does have both:

$ podman manifest inspect ghcr.io/containers/llamacpp-python-cuda:latest
{
    "schemaVersion": 2,
    "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
    "manifests": [
        {
            "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
            "size": 1424,
            "digest": "sha256:1c55f37824c1e5bd1fa4ff352fd618f873843de91b2281bb1dc5ec3548922ed8",
            "platform": {
                "architecture": "amd64",
                "os": "linux"
            }
        },
        {
            "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
            "size": 1424,
            "digest": "sha256:421b1954775d34dc72d55c09b7d6fcae632ffdac852d0df02cf7c90e6358f610",
            "platform": {
                "architecture": "arm64",
                "os": "linux"
            }
        }
    ]
}

@cooktheryan cooktheryan added bug Something isn't working enhancement Improve on an existing feature or experience labels Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement Improve on an existing feature or experience
Projects
None yet
Development

No branches or pull requests

3 participants