ONNX Runtime index rebuild failure during batch inference
Problem Description During high‑throughput batch inference the ONNX Runtime throws an exception similar to: Ort::Exception: Failed to rebuild model index: InvalidArgument – Model index is corrupted. or RuntimeError: Unable to rebuild model index after session reset – possible concurrent modification. The failure occurs after the first batch finishes and subsequent batches either produce incorrect results … Read more