Wilson Wongso

Results 16 comments of Wilson Wongso

Hi, I'm still experiencing this issue. Would be great if it could be solved. Thanks!

Hello, I'm interested to work on this task, and I've followed the ONNX Runtime docs to try and build a much smaller lib for iOS. Would love to get some...

Thanks for the pointers, @csukuangfj! My latest progress is that I'm finally able to build my own custom iOS lib that successfully ran converted models in `.ort` format, although the...

Hi @csukuangfj. I was able to build a minimal ONNX lib for iOS, and that managed to get the lib to be about half the size of the original full...

Sure, I can try that out in a bit.

@csukuangfj I was able to build ONNX Runtime for macOS from source, but the resultant files aren't like those found in the [official releases](https://github.com/microsoft/onnxruntime/releases). Do you happen to know the...

This is very helpful, @csukuangfj. Many thanks, I'll test it out once I have some time.

Hi @csukuangfj, I was able to reproduce your workflow to create a static library with minimal build. I've also tried to build the shared library version with the addition of...

Hi everyone, sorry for the late response, got busy with work stuff. @csukuangfj, yes I was able to find that file, looks like it's a shared lib. ``` $ file...

I was able to follow the instructions, but it failed since it couldn't find CoreML-related header files. ``` 0: fatal error: 'coreml_provider_factory.h' file not found #include "coreml_provider_factory.h" // NOLINT ```...