Skip to content

Commit c7088f4

Browse files
committed
add drop num int4 for ptq
1 parent 0511568 commit c7088f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/post_training/test_quantize_conformance.py

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def fixture_ptq_report_data(output_dir, run_benchmark_app, pytestconfig):
179179
df = df.drop(columns=["FPS"])
180180

181181
df = df.drop(columns=["Num sparse activations"])
182+
df = df.drop(columns=["Num int4"])
182183

183184
output_dir.mkdir(parents=True, exist_ok=True)
184185
output_file = output_dir / "results.csv"

0 commit comments

Comments
 (0)