Skip to content

Commit

Permalink
Fix bug in llm_finetuning_test.py
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 28, 2024
1 parent 284011c commit 0c40eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/algorithms/llm_finetuning_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,15 @@ def test_initialization_is_reproducible(
seed: int,
tensor_regression: TensorRegressionFixture,
trainer: lightning.Trainer,
device: torch.device,
):
super().test_initialization_is_reproducible(
experiment_config=experiment_config,
datamodule=datamodule,
seed=seed,
tensor_regression=tensor_regression,
trainer=trainer,
device=device,
)

@pytest.mark.xfail(
Expand Down

0 comments on commit 0c40eb1

Please sign in to comment.