Skip to content

Commit

Permalink
Add yet another xfail mark on llm test (!)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 29, 2024
1 parent 3ef914c commit c569dd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/algorithms/llm_finetuning_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ def forward_pass_input(self, training_batch: PyTree[torch.Tensor], device: torch
assert isinstance(training_batch, dict)
return training_batch

@pytest.mark.xfail(
SLURM_JOB_ID is not None, reason="TODO: Seems to be failing when run on a SLURM cluster."
)
def test_training_batch_doesnt_change(
self, training_batch: dict, tensor_regression: TensorRegressionFixture
):
Expand Down

0 comments on commit c569dd2

Please sign in to comment.