mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
Update ios.md with updated arguments name (#19528)
### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> #19526
This commit is contained in:
parent
30e18950a1
commit
00d3d477e5
1 changed files with 2 additions and 2 deletions
4
docs/build/ios.md
vendored
4
docs/build/ios.md
vendored
|
|
@ -51,14 +51,14 @@ Run one of the following build scripts from the ONNX Runtime repository root:
|
|||
|
||||
```bash
|
||||
./build.sh --config <Release|Debug|RelWithDebInfo|MinSizeRel> --use_xcode \
|
||||
--ios --ios_sysroot iphonesimulator --osx_arch x86_64 --apple_deploy_target <minimal iOS version>
|
||||
--ios --apple_sysroot iphonesimulator --osx_arch x86_64 --apple_deploy_target <minimal iOS version>
|
||||
```
|
||||
|
||||
### Cross compile for iOS device
|
||||
|
||||
```bash
|
||||
./build.sh --config <Release|Debug|RelWithDebInfo|MinSizeRel> --use_xcode \
|
||||
--ios --ios_sysroot iphoneos --osx_arch arm64 --apple_deploy_target <minimal iOS version>
|
||||
--ios --apple_sysroot iphoneos --osx_arch arm64 --apple_deploy_target <minimal iOS version>
|
||||
```
|
||||
|
||||
### CoreML Execution Provider
|
||||
|
|
|
|||
Loading…
Reference in a new issue