Skip to content

Commit 2ee3fa5

Browse files
authored
Update how-to-deploy-inferencing-gpus.md
fixes #32154
1 parent d350adc commit 2ee3fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Deploy the model to your AKS cluster and wait for it to create your service.
155155
aks_service = Model.deploy(ws,
156156
models=[model],
157157
inference_config=inference_config,
158-
deployment_config=aks_config,
158+
deployment_config=gpu_aks_config,
159159
deployment_target=aks_target,
160160
name=aks_service_name)
161161

0 commit comments

Comments
 (0)