Skip to content

Commit aef50eb

Browse files
committed
Fix integ test: add accept_eula=True for Llama model
1 parent 3421561 commit aef50eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sagemaker-serve/tests/integ/test_jumpstart_deploy_parity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_jumpstart_build_sets_volume_size():
8484

8585
# Test from_jumpstart_config path
8686
compute = Compute(instance_type=VOLUME_SIZE_INSTANCE_TYPE)
87-
jumpstart_config = JumpStartConfig(model_id=VOLUME_SIZE_MODEL_ID)
87+
jumpstart_config = JumpStartConfig(model_id=VOLUME_SIZE_MODEL_ID, accept_eula=True)
8888
model_builder = ModelBuilder.from_jumpstart_config(
8989
jumpstart_config=jumpstart_config, compute=compute
9090
)

0 commit comments

Comments
 (0)