Skip to content

Commit 1885e4c

Browse files
mohamedzeidan2021Mohamed Zeidan
andauthored
fix: Fix failing train tests for v3 (aws#5814)
* fix: Fix failing train tests for v3 --------- Co-authored-by: Mohamed Zeidan <zeidmo@amazon.com>
1 parent ed4b183 commit 1885e4c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sagemaker-train/tests/integ/jumpstart/test_jumpstart_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
# Override default instance type; the model's default
3232
# (ml.p3.2xlarge) is deprecated.
33-
"compute": Compute(instance_type="ml.g5.xlarge"),
33+
"compute": Compute(instance_type="ml.g4dn.xlarge"),
3434
},
3535
{"model_id": "xgboost-classification-model"},
3636
{"model_id": "catboost-regression-model"},

sagemaker-train/tests/integ/train/test_llm_as_judge_base_model_fix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
}
7777

7878

79+
@pytest.mark.serial
7980
class TestLLMAsJudgeBaseModelFix:
8081
"""Integration test for base model fix in LLMAsJudgeEvaluator"""
8182

0 commit comments

Comments
 (0)