Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 597e964

Browse files
bfineranKSGulin
authored andcommitted
update quantization utils import for latest sparseml refactors
1 parent 4c24632 commit 597e964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from torch.utils.mobile_optimizer import optimize_for_mobile
1919

2020
from sparseml.pytorch.utils import ModuleExporter
21-
from sparseml.pytorch.utils.quantization import skip_onnx_input_quantize
21+
from sparseml.pytorch.sparsification.quantization import skip_onnx_input_quantize
2222

2323
import models
2424
from models.experimental import attempt_load

0 commit comments

Comments
 (0)