Skip to content

Commit

Permalink
chore: update localai to v2.19.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan committed Jul 20, 2024
1 parent a3ddc3b commit 1cc4df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 1
matrix:
backend:
# - llama-cuda
- llama-cuda
# - exllama
- exllama2-gptq
- exllama2-exl2
Expand Down
2 changes: 1 addition & 1 deletion 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.18.1"
localAIVersion = "v2.19.1"
cudaVersion = "12-5"
)

Expand Down

0 comments on commit 1cc4df0

Please sign in to comment.