Skip to content

Commit f9b0151

Browse files
review comment
1 parent 2c43d56 commit f9b0151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/foundation-models/healthcare-ai/medimageparse/mip-deploy.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
},
126126
{
127127
"cell_type": "code",
128-
"execution_count": 5,
128+
"execution_count": null,
129129
"metadata": {},
130130
"outputs": [],
131131
"source": [
@@ -136,7 +136,7 @@
136136
" name=deployment_name,\n",
137137
" endpoint_name=endpoint_name,\n",
138138
" model=model,\n",
139-
" instance_type=\"STANDARD_NC4AS_T4_V3\",\n",
139+
" instance_type=\"Standard_NC40ads_H100_v5\",\n",
140140
" instance_count=1,\n",
141141
" request_settings=OnlineRequestSettings(request_timeout_ms=90000),\n",
142142
" app_insights_enabled=True,\n",

0 commit comments

Comments
 (0)