Skip to content

Commit 5605812

Browse files
committed
Separated the finetune test for functional and assertion cases
Signed-off-by: Tanisha <[email protected]>
1 parent 0f9d344 commit 5605812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/finetune/test_finetune.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def train_function(
227227
return results, all_ref_metrices, all_config_spy
228228

229229

230-
@pytest.mark.skip() # remove when it's clear why diff val_step_loss values are observed in diff runs on existing code (even without PR #478 changes)
230+
# @pytest.mark.skip() # remove when it's clear why diff val_step_loss values are observed in diff runs on existing code (even without PR #478 changes)
231231
@pytest.mark.cli
232232
@pytest.mark.on_qaic
233233
@pytest.mark.finetune
@@ -311,7 +311,7 @@ def test_finetune_functional(
311311
clean_up(alpaca_json_path)
312312

313313

314-
@pytest.mark.skip() # remove when it's clear why diff val_step_loss values are observed in diff runs on existing code (even without PR #478 changes)
314+
# @pytest.mark.skip() # remove when it's clear why diff val_step_loss values are observed in diff runs on existing code (even without PR #478 changes)
315315
@pytest.mark.cli
316316
@pytest.mark.on_qaic
317317
@pytest.mark.finetune

0 commit comments

Comments
 (0)