We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3421561 commit aef50ebCopy full SHA for aef50eb
1 file changed
sagemaker-serve/tests/integ/test_jumpstart_deploy_parity.py
@@ -84,7 +84,7 @@ def test_jumpstart_build_sets_volume_size():
84
85
# Test from_jumpstart_config path
86
compute = Compute(instance_type=VOLUME_SIZE_INSTANCE_TYPE)
87
- jumpstart_config = JumpStartConfig(model_id=VOLUME_SIZE_MODEL_ID)
+ jumpstart_config = JumpStartConfig(model_id=VOLUME_SIZE_MODEL_ID, accept_eula=True)
88
model_builder = ModelBuilder.from_jumpstart_config(
89
jumpstart_config=jumpstart_config, compute=compute
90
)
0 commit comments