Skip to content

Commit

Permalink
rename mlflow model
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Oct 19, 2023
1 parent 3605a88 commit ceae88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/inference_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ settings:
- sklearn
- slack
extra:
mlflow_model_name: e2e_use_case_model
mlflow_model_name: {{ product_name }}
{%- if target_environment == 'production' %}
target_env: Production
{%- else %}
Expand Down
2 changes: 1 addition & 1 deletion template/train_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ settings:
- sklearn
- slack
extra:
mlflow_model_name: e2e_use_case_model
mlflow_model_name: {{ product_name }}
{%- if target_environment == 'production' %}
target_env: Production
{%- else %}
Expand Down

0 comments on commit ceae88b

Please sign in to comment.