pykeio / ort

Fast ML inference & training for Rust with ONNX Runtime

Home Page:https://ort.pyke.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cancellation of Session Runs

aykut-bozkurt opened this issue · comments

Hi, I and my colleague @aytekinar work on an async service which needs to be able to cancel session runs. It looks to me that we pass a nullptr for RunOptions to session runs.

Could you consider supporting cancellation? (RunSetTerminate)