Skip to content

Commit 4cee15b

Browse files
Update CONTRIBUTING.md (#10292)
Update torch.export link Co-authored-by: Scott Roy <[email protected]>
1 parent 8ac084f commit 4cee15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ executorch
4343
│ └── <a href="devtools/visualization">visualization</a> - Visualization tools for representing model structure and performance metrics.
4444
├── <a href="docs">docs</a> - Static docs tooling and documentation source files.
4545
├── <a href="examples">examples</a> - Examples of various user flows, such as model export, delegates, and runtime execution.
46-
├── <a href="exir">exir</a> - Ahead-of-time library: model capture and lowering APIs. EXport Intermediate Representation (EXIR) is a format for representing the result of <a href="https://pytorch.org/docs/0.6/export.ir_spec.html">torch.export</a>. This directory contains utilities and passes for lowering the EXIR graphs into different <a href="/docs/source/ir-exir.md">dialects</a> and eventually suitable to run on target hardware.
46+
├── <a href="exir">exir</a> - Ahead-of-time library: model capture and lowering APIs. EXport Intermediate Representation (EXIR) is a format for representing the result of <a href="https://pytorch.org/docs/stable/export.html">torch.export</a>. This directory contains utilities and passes for lowering the EXIR graphs into different <a href="/docs/source/ir-exir.md">dialects</a> and eventually suitable to run on target hardware.
4747
│ ├── <a href="exir/_serialize">_serialize</a> - Serialize final export artifact.
4848
│ ├── <a href="exir/backend">backend</a> - Backend delegate ahead of time APIs.
4949
│ ├── <a href="exir/capture">capture</a> - Program capture.

0 commit comments

Comments
 (0)