Skip to content

Commit 2285fba

Browse files
committed
update
Signed-off-by: Suguna Velury <178320438+sugunav14@users.noreply.github.com>
1 parent 4b006f2 commit 2285fba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modelopt/torch/quantization/mode.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ def wrapped_calib_func(
253253
else:
254254
# Direct calibration (existing behavior)
255255
func(model, forward_loop=forward_loop, **kwargs)
256-
else:
257-
raise ValueError(f"No calibration function provided for method: {method}")
258256

259257
# Lets get the latest metadata for the quantizer states
260258
metadata = {}

0 commit comments

Comments
 (0)