QueensGambit/CrazyAra

Crash for ClassicAra 0.9.5 with Int8 Inference

Opened this issue · 0 comments

The ClassicAra 0.9.5 appears to crash when trying to use INT8 inference.
The issue seems to be related to the new ClassicAra model because INT8 still seems to work for CrazyAra 0.9.5.

$ ./ClassicAra
setoption name Precision value int8
info string Updated option Precision to int8
isready
info string onnx file: model/ClassicAra/chess/model-1.19414-0.585-0513-v3.0-bsize-1.onnx
info string no engine file found
info string Building TensorRT engine...
info string This may take a few minutes...
info string run INT8 quantization calibration
The given version '0.3.72' was unexpected and could not be handled

Thanks to Werner Schüle for reporting it.