onnxruntime-riscv icon indicating copy to clipboard operation
onnxruntime-riscv copied to clipboard

only symmetric quant supported?

Open zhongpanwu opened this issue 10 months ago • 0 comments

Hi, I quantized my model using onnx's API in Python (quantize_static), and then I want to run it in onnxruntime_riscv. However, after rewriting my own systolic_runner, I got an error message saying the systolic currently only supports the symmetric quantization. I am wondering why, and is it possible to support the asysmmetric quant?

Thanks for any reply.

basecaller_issue

zhongpanwu avatar Apr 02 '24 14:04 zhongpanwu