Skip to content

Commit f8f7d4b

Browse files
committed
change: use model_uri estimator class attribute in jumpstart integ tests
1 parent e93e001 commit f8f7d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/jumpstart/script_mode_class/test_transfer_learning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def test_jumpstart_transfer_learning_estimator_class(setup):
6969
estimator = Estimator(
7070
image_uri=image_uri,
7171
source_dir=script_uri,
72+
model_uri=model_uri,
7273
entry_point=TRAINING_ENTRYPOINT_SCRIPT_NAME,
7374
role=get_sm_session().get_caller_identity_arn(),
7475
sagemaker_session=get_sm_session(),
@@ -83,7 +84,6 @@ def test_jumpstart_transfer_learning_estimator_class(setup):
8384
{
8485
"training": f"s3://{get_jumpstart_content_bucket(JUMPSTART_DEFAULT_REGION_NAME)}/"
8586
f"{get_training_dataset_for_model_and_version(model_id, model_version)}",
86-
"model": model_uri,
8787
}
8888
)
8989

0 commit comments

Comments
 (0)