Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan committed May 25, 2024
1 parent ce6b764 commit fe3af81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/aikit2llb/inference/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ func emptyImage(c *config.InferenceConfig) *specs.Image {
img.Config.Env = append(img.Config.Env, exllamaEnv...)
case utils.BackendMamba:
mambaEnv := []string{
"LOCALAI_BACKEND_ASSETS_PATH=",
"EXTERNAL_GRPC_BACKENDS=mamba:/tmp/localai/backend/python/mamba/run.sh",
"LOCALAI_BACKEND_ASSETS_PATH=/tmp/localai/backend/",
"EXTERNAL_GRPC_BACKENDS=mamba:python/mamba/run.sh",
"CUDA_HOME=/usr/local/cuda",
}
img.Config.Env = append(img.Config.Env, mambaEnv...)
Expand Down

0 comments on commit fe3af81

Please sign in to comment.