Skip to content

Commit

Permalink
fix NCD gates/tests failing - update environment version (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
ym11369 authored Sep 12, 2024
1 parent efe9b8c commit 2bd5280
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/endpoints/online/ncd/lightgbm-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lightgbm-deployment
endpoint_name: my-endpoint
model:
name: mir-sample-lightgbm-ncd-model
version: 1
version: 2
path: lightgbm-iris/model
type: mlflow_model
instance_type: Standard_DS3_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sklearn-deployment-script
endpoint_name: my-endpoint
model:
name: mir-sample-sklearn-mlflow-model
version: 1
version: 2
path: sklearn-diabetes/model
type: mlflow_model
environment:
Expand Down
2 changes: 1 addition & 1 deletion cli/endpoints/online/ncd/sklearn-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sklearn-deployment
endpoint_name: my-endpoint
model:
name: mir-sample-sklearn-ncd-model
version: 1
version: 2
path: sklearn-diabetes/model
type: mlflow_model
instance_type: Standard_DS3_v2
Expand Down

0 comments on commit 2bd5280

Please sign in to comment.