Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Nov 10, 2023
1 parent 7f23c06 commit 3111d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_hf_conversion_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ def test_convert_and_generate(model: str, tmp_path: pathlib.Path):
output_precision='fp32',
local_checkpoint_save_location=None,
hf_repo_for_upload=None,
trust_remote_code=False,
test_uploaded_model=False)
convert_composer_to_hf(args)

Expand Down Expand Up @@ -577,6 +578,7 @@ def test_convert_and_generate_triton(tmp_path: pathlib.Path):
output_precision='fp32',
local_checkpoint_save_location=None,
hf_repo_for_upload=None,
trust_remote_code=False,
test_uploaded_model=False)
convert_composer_to_hf(args)

Expand Down

0 comments on commit 3111d3e

Please sign in to comment.