From 27cfeb25ef230de3809007f07f93e7823d01520f Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Sun, 8 Dec 2024 22:53:15 +0000 Subject: [PATCH] chore: bump localai v2.24.1 Signed-off-by: Sertac Ozercan --- pkg/aikit2llb/inference/convert.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/aikit2llb/inference/convert.go b/pkg/aikit2llb/inference/convert.go index 374a91e6..028a08cc 100644 --- a/pkg/aikit2llb/inference/convert.go +++ b/pkg/aikit2llb/inference/convert.go @@ -14,7 +14,7 @@ import ( const ( distrolessBase = "ghcr.io/sozercan/base:latest" localAIRepo = "https://github.com/mudler/LocalAI" - localAIVersion = "v2.23.0" + localAIVersion = "v2.24.1" cudaVersion = "12-5" ) @@ -158,7 +158,7 @@ func installCuda(c *config.InferenceConfig, s llb.State, merge llb.State) (llb.S func addLocalAI(c *config.InferenceConfig, s llb.State, merge llb.State, platform specs.Platform) (llb.State, llb.State, error) { var localAIURL string if c.Runtime == utils.RuntimeAppleSilicon { - localAIURL = fmt.Sprintf("https://sertacstoragevs.blob.core.windows.net/localai/%[1]s/vulkan/local-ai", localAIVersion) + localAIURL = fmt.Sprintf("https://sertaccdnvs.azureedge.net/localai/%[1]s/vulkan/local-ai", localAIVersion) } else { binaryNames := map[string]string{ utils.PlatformAMD64: "local-ai-Linux-x86_64",