Skip to content

Commit

Permalink
fix stray typo
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Jan 20, 2024
1 parent 7a80bfb commit 587d7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_falcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_lora(self, temp_dir):
dataset_meta = load_datasets(cfg=cfg, cli_args=cli_args)

train(cfg=cfg, cli_args=cli_args, dataset_meta=dataset_meta)
assert (Path(temp_dir) / "adapter_model.bin").exists() @ with_temp_dir
assert (Path(temp_dir) / "adapter_model.bin").exists()

@with_temp_dir
def test_lora_added_vocab(self, temp_dir):
Expand Down

0 comments on commit 587d7d2

Please sign in to comment.