Skip to content

Commit

Permalink
chore: bump localai v2.24.1 (#450)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan authored Dec 9, 2024
1 parent a1fb47c commit 8f7a036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/aikit2llb/inference/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8f7a036

Please sign in to comment.