Skandh Gupta

Skandh Gupta started this conversation 9 months ago.

0

1

aws

"Is ONNX Runtime compatible with AOT in .NET 8, or is it only supported in .NET 9?"

"Is ONNX Runtime compatible with AOT in .NET 8, or is it only supported in .NET 9?"

codecool

Posted 9 months ago

ONNX Runtime is compatible with AOT (Ahead-of-Time) compilation in .NET 8. It is not limited to .NET 91. You can use ONNX Runtime with AOT in .NET 8 to improve performance by compiling your model to native code ahead of time.