Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
left over from testing
  • Loading branch information
bfineran authored Apr 15, 2024
1 parent 0ac6f60 commit b43060b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sparsetensors/quantization/lifecycle/forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ def _maybe_calibrate_or_quantize(
# zero_point = getattr(module, f"{base_name}_zero_point").data
zero_point = getattr(module, f"{base_name}_zero_point")

print(scale, zero_point)

if module.quantization_status == QuantizationStatus.CALIBRATION:
# get observer and get new quant params from observation
observer = getattr(module, f"{base_name}_observer")
Expand Down

0 comments on commit b43060b

Please sign in to comment.