Skip to content

Commit

Permalink
Merge pull request #23 from neuralmagic/quantization-refactor-patch
Browse files Browse the repository at this point in the history
update quantization utils import for latest sparseml refactors
  • Loading branch information
bfineran committed Mar 15, 2022
2 parents 63b9a73 + 0d93762 commit ea79050
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 ea79050

Please sign in to comment.