Skip to content

Commit e3e059b

Browse files
authored
Merge pull request #207151 from v-rajagt/vaidyas
Link fixed.
2 parents 5998671 + 99932f5 commit e3e059b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-deploy-inferencing-gpus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Inference, or model scoring, is the phase where the deployed model is used to ma
4040

4141
* A registered model that uses a GPU.
4242

43-
* To learn how to register models, see [Deploy Models](how-to-deploy-and-where.md#registermodel).
43+
* To learn how to register models, see [Deploy Models](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
4444

4545
* To create and register the Tensorflow model used to create this document, see [How to Train a TensorFlow Model](how-to-train-tensorflow.md).
4646

47-
* A general understanding of [How and where to deploy models](how-to-deploy-and-where.md).
47+
* A general understanding of [How and where to deploy models](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
4848

4949
## Connect to your workspace
5050

@@ -134,7 +134,7 @@ def run(raw_data):
134134
return y_hat.tolist()
135135
```
136136

137-
This file is named `score.py`. For more information on entry scripts, see [How and where to deploy](how-to-deploy-and-where.md).
137+
This file is named `score.py`. For more information on entry scripts, see [How and where to deploy](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
138138

139139
## Define the conda environment
140140

0 commit comments

Comments
 (0)