mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
11 lines
352 B
Markdown
11 lines
352 B
Markdown
|
|
## ONNXRuntime iOS Sample
|
||
|
|
|
||
|
|
|
||
|
|
**Before build the app**
|
||
|
|
|
||
|
|
1. create a soft link to the libonnxruntime.1.4.0.dylib to Framework directory.
|
||
|
|
2. Cook the reduced size ORT model by following the manual. And the model file names could be found are "mobilenetv2-7.ort" and "nlp.ort" which are temporary.
|
||
|
|
|
||
|
|
|
||
|
|
**open it as the xcode project, build and run the app**
|