Skip to content

Commit 4635166

Browse files
committed
removing qat test since pytorch-quantization toolkit is deprecated
1 parent 9b6f287 commit 4635166

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ def run_int8_accuracy_tests(session):
333333
tests = [
334334
"ptq/test_ptq_to_backend.py",
335335
"ptq/test_ptq_dataloader_calibrator.py",
336-
"qat/",
337336
]
338337
for test in tests:
339338
if USE_HOST_DEPS:

0 commit comments

Comments
 (0)