Skip to content

Commit

Permalink
don't use __main__ for test
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Sep 1, 2024
1 parent dff66e8 commit 2f58ea3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/e2e/integrations/liger.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,3 @@ def test_llama_w_flce(self, temp_dir):

train(cfg=cfg, cli_args=cli_args, dataset_meta=dataset_meta)
assert (Path(temp_dir) / "model.safetensors").exists()


if __name__ == "__main__":
unittest.main()

0 comments on commit 2f58ea3

Please sign in to comment.