Skip to content

Commit 389bbf5

Browse files
committed
Update tests with aiu arguments
Signed-off-by: Andrea Fasoli <[email protected]>
1 parent b834798 commit 389bbf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_run_quant.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def test_parse_arguments(job_config):
110110
_,
111111
_,
112112
_,
113+
_,
113114
) = parse_arguments(parser, job_config_copy)
114115
assert str(model_args.torch_dtype) == "torch.bfloat16"
115116
assert data_args.training_data_path == "data_train"
@@ -132,6 +133,7 @@ def test_parse_arguments_defaults(job_config):
132133
fms_mo_args,
133134
_,
134135
_,
136+
_,
135137
) = parse_arguments(parser, job_config_defaults)
136138
assert str(model_args.torch_dtype) == "torch.bfloat16"
137139
assert model_args.model_revision == "main"

0 commit comments

Comments
 (0)