Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Tags:
  • Loading branch information
Felipe Mello committed Dec 6, 2024
1 parent b34006f commit 34c12ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/recipes/test_full_finetune_single_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def test_training_state_on_resume(self, tmpdir, monkeypatch):
with pytest.raises(SystemExit, match=""):
runpy.run_path(TUNE_PATH, run_name="__main__")

raise NotImplementedError("")
expected_loss_values = self._fetch_expected_loss_values("llama2")[2:]

loss_values = get_loss_values_from_metric_logger(log_file)
Expand Down

0 comments on commit 34c12ff

Please sign in to comment.