Skip to content

Commit 6044404

Browse files
Fix broken links on the coreml tutorial page (#3250) (#3293)
Summary: Pull Request resolved: #3250 Reviewed By: dbort Differential Revision: D56487125 fbshipit-source-id: 502019365de043a7e07bb0d766134b334ee115ba (cherry picked from commit ba0caf8) Co-authored-by: Olivia Liu <[email protected]>
1 parent dbb7e26 commit 6044404

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/build-run-coreml.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Building and Running ExecuTorch with Core ML Backend
22

3-
Core ML delegate uses Core ML APIs to enable running neural networks via Apple's hardware acceleration. For more about coreml you can read [here](https://developer.apple.com/documentation/coreml). In this tutorial, we will walk through the steps of lowering a PyTorch model to Core ML delegate
3+
Core ML delegate uses Core ML APIs to enable running neural networks via Apple's hardware acceleration. For more about Core ML you can read [here](https://developer.apple.com/documentation/coreml). In this tutorial, we will walk through the steps of lowering a PyTorch model to Core ML delegate
44

55

66
::::{grid} 2
@@ -24,8 +24,8 @@ Core ML delegate uses Core ML APIs to enable running neural networks via Apple's
2424
In order to be able to successfully build and run the ExecuTorch's Core ML backend you'll need the following hardware and software components.
2525

2626
### Hardware:
27-
- A [mac](https://www.apple.com/mac/]) system for building.
28-
- A [mac](https://www.apple.com/mac/]) or [iPhone](https://www.apple.com/iphone/) or [iPad](https://www.apple.com/ipad/) or [Apple TV](https://www.apple.com/tv-home/) device for running the model.
27+
- A [mac](https://www.apple.com/mac/) system for building.
28+
- A [mac](https://www.apple.com/mac/) or [iPhone](https://www.apple.com/iphone/) or [iPad](https://www.apple.com/ipad/) or [Apple TV](https://www.apple.com/tv-home/) device for running the model.
2929

3030
### Software:
3131

@@ -100,7 +100,7 @@ python3 -m examples.apple.coreml.scripts.export --model_name mv3 --generate_etre
100100
# Builds `coreml_executor_runner`.
101101
./examples/apple/coreml/scripts/build_executor_runner.sh
102102
```
103-
3. Run and generate an [ETDump](./sdk-etdump.md).
103+
3. Run and generate an [ETDump](./sdk-etdump.md).
104104
```bash
105105
cd executorch
106106

0 commit comments

Comments
 (0)