From 062e13d84d0b29bc25ab1a48bf0935364420f3b9 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Fri, 19 Jan 2024 23:48:02 -0500 Subject: [PATCH] fix stray typo --- tests/e2e/test_falcon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/test_falcon.py b/tests/e2e/test_falcon.py index 21e23ca11e..c76699a7c8 100644 --- a/tests/e2e/test_falcon.py +++ b/tests/e2e/test_falcon.py @@ -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):