mirror of
https://github.com/mostlygeek/llama-swap.git
synced 2026-06-09 14:56:34 +02:00
174e8562aa
Build Containers / build-and-push (cpu) (push) Failing after 2m12s
Build Containers / build-and-push (cuda) (push) Failing after 2m10s
Build Containers / build-and-push (cuda13) (push) Failing after 49s
Build Containers / build-and-push (intel) (push) Failing after 51s
Build Containers / build-and-push (musa) (push) Failing after 57s
Build Containers / build-and-push (rocm) (push) Failing after 52s
Build Containers / build-and-push (vulkan) (push) Failing after 46s
Build Containers / delete-untagged-containers (push) Has been skipped
Encountered a similar problem as in https://github.com/mostlygeek/llama-swap/issues/709 but in my case I only needed the :cpu version. So decided to add the github action to build arm64 combined with the amd64 version on the same :cpu tag. Already tested it from this fork: ghcr.io/rhtenhove/llama-swap:cpu and it works perfectly fine. Adding GPU support is a whole other beast, needing quite a bit more work and isn't something I can test.