Skip to content

Commit

Permalink
fix: Correct link in ExecuTorch bindings documentation (#93)
Browse files Browse the repository at this point in the history
## Description
Correct link in ExecuTorch bindings documentation

### Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] Documentation update (improves or adds clarity to existing
documentation)

### Checklist
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have updated the documentation accordingly
- [x] My changes generate no new warnings
  • Loading branch information
jakmro authored Feb 4, 2025
1 parent c2eee13 commit 96a6e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/module-api/executorch-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To run model with ExecuTorch Bindings it's essential to specify the shape of the

## End to end example

This example demonstrates the integration and usage of the ExecuTorch bindings with a [style transfer model](../computer-vision/useStyleTransfer.mdx). Specifically, we'll be using the `STYLE_TRANSFER_CANDY` model, which applies artistic style transfer to an input image.
This example demonstrates the integration and usage of the ExecuTorch bindings with a [style transfer model](../computer-vision/useStyleTransfer.md). Specifically, we'll be using the `STYLE_TRANSFER_CANDY` model, which applies artistic style transfer to an input image.

## Importing the Module and loading the model

Expand Down

0 comments on commit 96a6e40

Please sign in to comment.