未验证 提交 83cf6758 编写于 作者: G Guanghua Yu 提交者: GitHub

fix ptq UT error (#45846)

上级 569d6c5b
...@@ -242,7 +242,6 @@ class TestPostTrainingQuantization(unittest.TestCase): ...@@ -242,7 +242,6 @@ class TestPostTrainingQuantization(unittest.TestCase):
model_path, model_path,
quantizable_op_type, quantizable_op_type,
batch_size, batch_size,
batch_nums,
algo="KL", algo="KL",
round_type="round", round_type="round",
is_full_quantize=False, is_full_quantize=False,
...@@ -268,7 +267,6 @@ class TestPostTrainingQuantization(unittest.TestCase): ...@@ -268,7 +267,6 @@ class TestPostTrainingQuantization(unittest.TestCase):
batch_size=batch_size, batch_size=batch_size,
batch_nums=batch_nums, batch_nums=batch_nums,
algo=algo, algo=algo,
batch_nums=batch_nums,
quantizable_op_type=quantizable_op_type, quantizable_op_type=quantizable_op_type,
round_type=round_type, round_type=round_type,
is_full_quantize=is_full_quantize, is_full_quantize=is_full_quantize,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册