Skip to content

Commit aac2d7e

Browse files
committed
fix: minor
1 parent 2a933c8 commit aac2d7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -83,7 +83,7 @@ MLflow includes built-in deployment tools that model developers can use to test
8383
| Tensor input formatted as in TF Serving’s API | **✓** | |
8484

8585
> [!NOTE]
86-
> - <sup>1</sup> We suggest you to explore batch inference for processing files.
86+
> - <sup>1</sup> We suggest you to explore batch inference for processing files. See [Deploy MLflow models to Batch Endpoints](how-to-mlflow-batch.md).
8787
8888
### Input structure
8989

articles/machine-learning/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,13 +636,13 @@
636636
href: how-to-deploy-mlflow-models.md
637637
- name: Using MLflow models for no-code deployment
638638
href: how-to-log-mlflow-models.md
639-
- name: Online Inference
639+
- name: Online inference
640640
items:
641641
- name: Deploy MLflow models to Online Endpoints
642642
href: how-to-deploy-mlflow-models-online-endpoints.md
643643
- name: Progressive rollout of MLflow models
644644
href: how-to-deploy-mlflow-models-online-progressive.md
645-
- name: Batch Inference
645+
- name: Batch inference
646646
items:
647647
- name: Deploy MLflow models to Batch Endpoints
648648
href: how-to-mlflow-batch.md

0 commit comments

Comments
 (0)