mirror of
https://github.com/mostlygeek/llama-swap.git
synced 2026-09-07 16:37:22 +02:00
Big refactor to split the build stages for the unified container to be built in parallel. - parallel building of binaries to speed up full container build (~6+hr to 1.5hr) - split cuda and vulkan pipelines to be independent (vulkan is much faster) - establish pattern for building building binaries for final image (easier to add new resources) - use llama-swap-build for build containers to avoid untagged clean up script Fixes: #1069