We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95e6fe commit 51b2173Copy full SHA for 51b2173
scripts/quantize.py
@@ -15,9 +15,9 @@
15
from onnxruntime.quantization.registry import IntegerOpsRegistry
16
from onnxruntime.quantization.matmul_4bits_quantizer import MatMul4BitsQuantizer
17
from onnxruntime.quantization.matmul_bnb4_quantizer import MatMulBnb4Quantizer
18
-import float16
19
import onnx_graphsurgeon as gs
20
+from . import float16
21
22
class QuantMode(Enum):
23
# F32 = 'fp32'
0 commit comments