Skip to content

Commit 51b2173

Browse files
committed
Use relative import
1 parent a95e6fe commit 51b2173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/quantize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
from onnxruntime.quantization.registry import IntegerOpsRegistry
1616
from onnxruntime.quantization.matmul_4bits_quantizer import MatMul4BitsQuantizer
1717
from onnxruntime.quantization.matmul_bnb4_quantizer import MatMulBnb4Quantizer
18-
import float16
1918
import onnx_graphsurgeon as gs
2019

20+
from . import float16
2121

2222
class QuantMode(Enum):
2323
# F32 = 'fp32'

0 commit comments

Comments
 (0)