Skip to content

Commit

Permalink
remove old quantization tool file (#19247)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->
remove old python files


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
We have a new op MatMulNBits and this one is deprecated.
  • Loading branch information
yufenglee authored and rachguo committed Jan 24, 2024
1 parent 8bdea53 commit 0714f0c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 414 deletions.
1 change: 0 additions & 1 deletion onnxruntime/python/tools/quantization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MinMaxCalibrater,
create_calibrator,
)
from .matmul_weight4_quantizer import MatMulWeight4Quantizer # noqa: F401
from .qdq_quantizer import QDQQuantizer # noqa: F401
from .quant_utils import QuantFormat, QuantType, write_calibration_table # noqa: F401
from .quantize import DynamicQuantConfig # noqa: F401
Expand Down
260 changes: 0 additions & 260 deletions onnxruntime/python/tools/quantization/matmul_weight4_quantizer.py

This file was deleted.

Loading

0 comments on commit 0714f0c

Please sign in to comment.