File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ acceleration and optimization. Any portions of the computation graph not
394
394
delegated will be executed by the ExecuTorch operator implementations.
395
395
396
396
To delegate the exported model to the specific backend, we need to import its
397
- partitioner as well as edge compile config from Executorch Codebase first, then
397
+ partitioner as well as edge compile config from ExecuTorch Codebase first, then
398
398
call ` to_backend ` with an instance of partitioner on the ` EdgeProgramManager `
399
399
object ` to_edge ` function created.
400
400
@@ -482,7 +482,7 @@ target_link_libraries(
482
482
```
483
483
484
484
Keep the rest of the code the same. For more details refer to
485
- [ Exporting to Executorch ](https:// pytorch.org/executorch/main/llm/getting-started.html#step-1-exporting-to-executorch)
485
+ [ Exporting to ExecuTorch ](https:// pytorch.org/executorch/main/llm/getting-started.html#step-1-exporting-to-executorch)
486
486
and
487
487
[Invoking the Runtime](https:// pytorch.org/executorch/main/llm/getting-started.html#step-2-invoking-the-runtime)
488
488
for more details
You can’t perform that action at this time.
0 commit comments