Skip to content

Commit a238774

Browse files
committed
Fixed: k-means low level to use a single hosting instance.
1 parent cfc7116 commit a238774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-python-sdk/1P_kmeans_lowlevel/kmeans_mnist_lowlevel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
" EndpointConfigName = endpoint_config_name,\n",
309309
" ProductionVariants=[{\n",
310310
" 'InstanceType':'ml.m4.xlarge',\n",
311-
" 'InitialInstanceCount':3,\n",
311+
" 'InitialInstanceCount':1,\n",
312312
" 'ModelName':model_name,\n",
313313
" 'VariantName':'AllTraffic'}])\n",
314314
"\n",

0 commit comments

Comments
 (0)