Hi,
On 29/01/2026 20:45, Adrian Bunk wrote:
Oups, actually tests segfault during the initiation step (so before
testing onnxruntime), this seems to be an issue with either ONNX or
PyTorch.
I proposed a new autopkgtest to onnx to catch this kind of bugs earlier:
https://salsa.debian.org/deeplearning-team/onnx/-/merge_requests/5
Your manual test from #1126427
import torch
import onnx
fails for me in unstable but works after downgrading to python3-onnx/forky.
IMHO onnx should not migrate to testing when it isn't understood what is
going wrong there.
Fwiw, building ONNX with ONNX_USE_LITE_PROTO set to ON prevents the crash:
https://salsa.debian.org/deeplearning-team/onnx/-/merge_requests/6
But, it seems that we need to rebuild at least onnxruntime (and
pytorch?) against this new ONNX.
Best regards,
Dylan