Skip to content

Commit

Permalink
try skipping fine tune tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn committed Dec 19, 2024
1 parent e6d9bc2 commit 40fd05c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def pretrain_data_module(dummy_protein_dataset, dummy_parquet_train_val_inputs):


@pytest.mark.needs_gpu
@pytest.mark.skip()
@pytest.mark.parametrize("with_peft", [True, False])
def test_esm2_finetune_token_classifier(
tmp_path,
Expand Down Expand Up @@ -134,6 +135,7 @@ def test_esm2_finetune_token_classifier(


@pytest.mark.needs_gpu
@pytest.mark.skip()
@pytest.mark.parametrize("with_peft", [True, False])
def test_esm2_finetune_regressor(
tmp_path,
Expand Down

0 comments on commit 40fd05c

Please sign in to comment.