Skip to content

Commit 5576931

Browse files
authored
Merge pull request #49040 from changeworld/patch-2
Fix typo
2 parents d81ecb8 + 068f69d commit 5576931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/tutorial-train-deploy-model-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The `examples/cli-train-deploy` directory from the project contains the followin
6363
The repository contains the following files, which are used to deploy the trained model as a web service:
6464

6565
* `aciDeploymentConfig.yml`: A __deployment configuration__ file. This file defines the hosting environment needed for the model.
66-
* `inferenceConfig.yml`: An inference configuration__ file. This file defines the software environment used by the service to score data with the model.
66+
* `inferenceConfig.yml`: An __inference configuration__ file. This file defines the software environment used by the service to score data with the model.
6767
* `score.py`: A python script that accepts incoming data, scores it using the model, and then returns a response.
6868
* `scoring-env.yml`: The conda dependencies needed to run the model and `score.py` script.
6969
* `testdata.json`: A data file that can be used to test the deployed web service.

0 commit comments

Comments
 (0)