Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
# Override default instance type; the model's default
# (ml.p3.2xlarge) is deprecated.
"compute": Compute(instance_type="ml.g5.xlarge"),
"compute": Compute(instance_type="ml.g4dn.xlarge"),
},
{"model_id": "xgboost-classification-model"},
{"model_id": "catboost-regression-model"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
}


@pytest.mark.serial
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this test passes if run serially, this means there maybe a race condition. We can fix it later post-release.

class TestLLMAsJudgeBaseModelFix:
"""Integration test for base model fix in LLMAsJudgeEvaluator"""

Expand Down
Loading