Skip to content

Commit 02358a4

Browse files
committed
fix: integ tests
1 parent 0124acd commit 02358a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integ/sagemaker/jumpstart/retrieve_uri/test_inference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
def test_jumpstart_inference_retrieve_functions(setup):
3333

34-
model_id, model_version = "catboost-classification-model", "1.0.0"
35-
instance_type = "ml.m5.xlarge"
34+
model_id, model_version = "catboost-classification-model", "2.1.6"
35+
instance_type = "ml.m5.4xlarge"
3636

3737
print("Starting inference...")
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
def test_jumpstart_transfer_learning_retrieve_functions(setup):
3535

36-
model_id, model_version = "huggingface-spc-bert-base-cased", "1.0.0"
36+
model_id, model_version = "huggingface-spc-bert-base-cased", "2.0.3"
3737
training_instance_type = "ml.p3.2xlarge"
3838
inference_instance_type = "ml.p2.xlarge"
3939

0 commit comments

Comments
 (0)