Skip to content

Commit 8efb21c

Browse files
6 vs 72 Quant layer issue
1 parent a9cdbf4 commit 8efb21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optmodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def remove_all_dense_hooks(module):
959959

960960
if valid_quantizers > 0:
961961
print(f"\n✅ Quantization appears to be working ({valid_quantizers}/{len(quantizers)} valid quantizers)")
962-
# exit(1)
962+
exit(1)
963963
else:
964964
print(f"\n❌ No valid quantizers found. Quantization may not be working properly.")
965965
print("Exiting to debug quantization issues...")

0 commit comments

Comments
 (0)