microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
295 stars 80 forks source link

Add extensions catalyst support #684

Closed YUNQIUGUO closed 2 months ago

YUNQIUGUO commented 3 months ago

The main motivation for this is ORT Nuget Package now (sort of) has a dependency of OnnxRuntime.ML.Extensions/Dummy package. We recently added ios-maccatalyst target in onnxruntime.xcframework for iOS target. Upon testing, .NET MAUI app will complain about the extensions nuget package ios native runtime not having supported platform framework for catalyst.

No other quick work-around noticed yet other than adding this build support for extensions

YUNQIUGUO commented 3 months ago