Skip to content

Commit

Permalink
Update cache folder and bump MLServer image (#4094)
Browse files Browse the repository at this point in the history
* Updated cache folder to match top level

* Updated mlserver image to dev5
  • Loading branch information
axsaucedo authored May 19, 2022
1 parent 17110a5 commit 46eb2e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm-charts/seldon-core-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ predictor_servers:
HUGGINGFACE_SERVER:
protocols:
v2:
defaultImageVersion: "1.1.0.dev3-huggingface"
defaultImageVersion: "1.1.0.dev5-huggingface"
image: seldonio/mlserver
TEMPO_SERVER:
protocols:
Expand Down
2 changes: 1 addition & 1 deletion operator/config/manager/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ data:
"protocols" : {
"v2": {
"image": "seldonio/mlserver",
"defaultImageVersion": "1.1.0.dev3-huggingface"
"defaultImageVersion": "1.1.0.dev5-huggingface"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion operator/controllers/mlserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (

MLServerParallelWorkersEnv = "MLSERVER_PARALLEL_WORKERS"
MLServerParallelWorkersEnvDefault = "0"
MLServerHuggingFaceCacheEnv = "TRANSFORMERS_CACHE"
MLServerHuggingFaceCacheEnv = "XDG_CACHE_HOME"
MLServerHuggingFaceCacheEnvDefault = "/opt/mlserver"
MLServerHTTPPortEnv = "MLSERVER_HTTP_PORT"
MLServerGRPCPortEnv = "MLSERVER_GRPC_PORT"
Expand Down

0 comments on commit 46eb2e3

Please sign in to comment.