microsoft/Olive

Vitis quantization is broken with ORT 1.18

guotuofeng opened this issue · 2 comments

Describe the bug
With microsoft/onnxruntime#20154, Olive CI pipeline would fail. for e.g.

image

To Reproduce
Install ORT nightly 1.18

Expected behavior
Vitis quantization should be compatible with ORT 1.18.

Olive config
Add Olive configurations here.

Olive logs
Add logs here.

Other information

  • OS: [e.g. Windows, Linux]
  • Olive version: [main]
  • ONNXRuntime package and version: ORT-nightly 1.18

Additional context
From the time being, I just disable Vitis quantization UT in #1119. Amd team would investigate and support ort 1.18

close the issue since merge of #1140