Skip to content

Commit 908daa1

Browse files
authored
chore: use ml.g5.2xlarge for integ test (#4741)
1 parent 23fad5f commit 908daa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/sagemaker/jumpstart/estimator/test_jumpstart_estimator.py

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def test_gated_model_training_v2(setup):
174174
tags=[{"Key": JUMPSTART_TAG, "Value": os.environ[ENV_VAR_JUMPSTART_SDK_TEST_SUITE_ID]}],
175175
role=get_sm_session().get_caller_identity_arn(),
176176
sagemaker_session=get_sm_session(),
177+
instance_type="ml.g5.2xlarge",
177178
)
178179

179180
payload = {

0 commit comments

Comments
 (0)