Skip to content

Commit 75d8dab

Browse files
xta0facebook-github-bot
authored andcommittedOct 3, 2019
Update the link for iOS demo app in README.md (pytorch#27145)
Summary: Update the link for iOS demo app in README.md Pull Request resolved: pytorch#27145 Differential Revision: D17746591 Pulled By: xta0 fbshipit-source-id: 6f49a0daddc8b79804e1b8487ba1db3807a3f481
1 parent d6336b0 commit 75d8dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ios/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ For Objective-C developers, simply import the umbrella header
1717
#import <LibTorch/LibTorch.h>
1818
```
1919

20-
For Swift developers, you need to create an Objective-C class as a bridge to call the C++ APIs. We highly recommend you to follow the [Image Classification](https://github.com/pytorch/examples) demo where you can find out how C++, Objective-C and Swift work together.
20+
For Swift developers, you need to create an Objective-C class as a bridge to call the C++ APIs. We highly recommend you to follow the [Image Classification](https://github.com/pytorch/ios-demo-app/tree/master/PyTorchDemo) demo where you can find out how C++, Objective-C and Swift work together.
2121

2222
### Disable Bitcode
2323

2424
Since PyTorch is not yet built with bitcode support, you need to disable bitcode for your target by selecting the **Build Settings**, searching for **Enable Bitcode** and set the value to **No**.
2525

2626
## LICENSE
2727

28-
PyTorch is BSD-style licensed, as found in the LICENSE file.
28+
PyTorch is BSD-style licensed, as found in the LICENSE file.

0 commit comments

Comments
 (0)
Please sign in to comment.