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",