Skip to content

Commit

Permalink
chore: lint - merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Dec 17, 2024
1 parent fb0752a commit 838aae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/test_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def test_fix_untrained_tokens(self, temp_dir):
train(cfg=cfg, cli_args=cli_args, dataset_meta=dataset_meta)
assert (Path(temp_dir) / "model.safetensors").exists()


def test_batch_flattening(self, temp_dir):
# pylint: disable=duplicate-code
cfg = DictDefault(
Expand Down

0 comments on commit 838aae1

Please sign in to comment.