Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 0678fd7

Browse files
committed
Update(auto commit)
1 parent d6ed1f3 commit 0678fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HelloWorld-CoreML/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
HelloWorld-CoreML is a simple image classification application that demonstrates how to use PyTorch C++ libraries with Core ML support. The code is written in Swift and uses Objective-C as a bridge.
99

10-
The example has already attached a PyTorch GPU model in "HelloWorld-CoreML/model/mobilenetv2_coreml.pt". If you would like to learn more about how to prepare a PyTorch CoreML model and run it in your apps, please refer to the tutorial [Convert Mobilenetv2 to Core ML](https://pytorch.org/tutorials/prototype/ios_coreml_workflow.html).
10+
The example has already attached a PyTorch Core ML model in "HelloWorld-CoreML/model/mobilenetv2_coreml.pt". If you would like to learn more about how to prepare a PyTorch Core ML model and run it in your apps, please refer to the tutorial [Convert Mobilenetv2 to Core ML](https://pytorch.org/tutorials/prototype/ios_coreml_workflow.html).
1111

1212
### Install LibTorch-Lite-Nightly via Cocoapods
1313

@@ -16,4 +16,4 @@ The PyTorch C++ library with Core ML support is available in [Cocoapods](https:/
1616
```ruby
1717
pod update
1818
```
19-
Now open the `HelloWorld.xcworkspace` in XCode, select your device and launch it (cmd + R). If everything works well, we should see a wolf picture on the simulator screen along with the prediction results.
19+
Now open the `HelloWorld.xcworkspace` in XCode, select your device and launch it (cmd + R). If everything works well, you should see a wolf picture on the simulator screen along with the prediction results.

0 commit comments

Comments
 (0)