Skip to content

Commit be945ca

Browse files
authored
change suggested instance type (opensearch-project#4145)
1 parent a9151f4 commit be945ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/ml_inference/language_identification/ml_inference_with_language_identification_ingest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ huggingface_model = HuggingFaceModel(
4242
# Deploy model to SageMaker Inference
4343
predictor = huggingface_model.deploy(
4444
initial_instance_count=1,
45-
instance_type='ml.m5.xlarge'
45+
instance_type='ml.m7g.xlarge'
4646
)
4747

4848
# After deployment, you can find your endpoint name in the

0 commit comments

Comments
 (0)