Skip to content

Commit 398270e

Browse files
committed
Merge branch 'shohei1029-azmlinfsrv' of github.com:shohei1029/azure-docs-pr into shohei1029-azmlinfsrv
2 parents 7820ef6 + 6af5a0c commit 398270e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-inference-server-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ python -m pip install azureml-inference-server-http
6262

6363
## Debug your scoring script locally
6464

65-
To debug your scoring script locally, you can test how the server behaves with a dummy scoring script, use VS Code to debug with the [azureml-inference-server-http](https://pypi.org/project/azureml-inference-server-http/) package, or test the server with an actual scoring script, model file, and environment file in our [examples](https://github.com/Azure/azureml-examples).
65+
To debug your scoring script locally, you can test how the server behaves with a dummy scoring script, use VS Code to debug with the [azureml-inference-server-http](https://pypi.org/project/azureml-inference-server-http/) package, or test the server with an actual scoring script, model file, and environment file from our [examples repo](https://github.com/Azure/azureml-examples).
6666

6767
### Test the server behavior with a dummy scoring script
6868
1. Create a directory to hold your files:

0 commit comments

Comments
 (0)