Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen committed May 24, 2024
1 parent 8fad04e commit 3ab9105
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion tests/dry_test/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@
def test_datasets_dry_run(run_evaluate, dataset, extra_args):
if extra_args is None:
return
run_evaluate(["-m", "gpt-3.5-turbo", "-d", dataset, "-b", "10", "--dry_run", "--cuda", "0", "--openai_api_key", "fake_key"] + extra_args)
run_evaluate(
["-m", "gpt-3.5-turbo", "-d", dataset, "-b", "10", "--dry_run", "--cuda", "0", "--openai_api_key", "fake_key"] +
extra_args
)


def test_crows_pairs_dry_run(run_evaluate):
Expand Down
1 change: 0 additions & 1 deletion tests/dry_test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ def test_models_dry_run(run_evaluate, model, dataset, extra_args):
if extra_args is None:
return
run_evaluate(["-m", model, "-d", dataset, "-b", "10", "--dry_run"] + extra_args)

0 comments on commit 3ab9105

Please sign in to comment.