Skip to content

Commit 4c2f8cf

Browse files
authored
Update how-to-deploy-mlflow-models.md
1 parent 3ec3c02 commit 4c2f8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-mlflow-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ A solution to this scenario is to implement machine learning pipelines that move
243243

244244
### Customize inference with a scoring script
245245

246-
Although MLflow models don't require an scoring script, you can still provide one if needed. You can use it to customize how inference is executed for MLflow models. To learn how to do it, refer to [Customizing MLflow model deployments (Online Endpoints)](how-to-deploy-mlflow-models-online-endpoints.md#customizing-mlflow-model-deployments) and [Customizing MLflow model deployments (Batch Endpoints)](how-to-mlflow-batch.md#customizing-mlflow-models-deployments-with-a-scoring-script).
246+
Although MLflow models don't require a scoring script, you can still provide one if needed. You can use it to customize how inference is executed for MLflow models. To learn how to do it, refer to [Customizing MLflow model deployments (Online Endpoints)](how-to-deploy-mlflow-models-online-endpoints.md#customizing-mlflow-model-deployments) and [Customizing MLflow model deployments (Batch Endpoints)](how-to-mlflow-batch.md#customizing-mlflow-models-deployments-with-a-scoring-script).
247247

248248
> [!IMPORTANT]
249249
> When you opt-in to indicate a scoring script for an MLflow model deployment, you also need to provide an environment for it.

0 commit comments

Comments
 (0)