Skip to content
Merged
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 @@ -246,6 +246,7 @@ def test_custom_scorer_evaluator_validation(self):

# @pytest.mark.skip(reason="Built-in metric evaluation - to be enabled when needed")
@pytest.mark.gpu_intensive
@pytest.mark.serial
def test_custom_scorer_with_builtin_metric(self):
"""
Test custom scorer evaluation with built-in metric.
Expand Down Expand Up @@ -299,6 +300,7 @@ def test_custom_scorer_with_builtin_metric(self):

# @pytest.mark.skip(reason="Base model only evaluation - not working yet per notebook")
@pytest.mark.gpu_intensive
@pytest.mark.serial
def test_custom_scorer_base_model_only(self):
"""
Test custom scorer evaluation with base model only (no fine-tuned model).
Expand Down
Loading