Skip to content

Commit

Permalink
update quantization utils import for latest sparseml refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran authored and KSGulin committed Apr 14, 2022
1 parent 4c24632 commit 597e964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from torch.utils.mobile_optimizer import optimize_for_mobile

from sparseml.pytorch.utils import ModuleExporter
from sparseml.pytorch.utils.quantization import skip_onnx_input_quantize
from sparseml.pytorch.sparsification.quantization import skip_onnx_input_quantize

import models
from models.experimental import attempt_load
Expand Down

0 comments on commit 597e964

Please sign in to comment.