You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/backends/arm-vgf/arm-vgf-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,18 +77,18 @@ Returns a constant string that is the output format of the class.
77
77
78
78
### Partitioner API
79
79
80
-
See [Partitioner API](/backends/arm-vgf/arm-vgf-partitioner.md) for more information of the Partitioner API.
80
+
See [Partitioner API](arm-vgf-partitioner.md) for more information of the Partitioner API.
81
81
82
82
## Quantization
83
83
84
84
The VGF quantizer supports [Post Training Quantization (PT2E)](https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_ptq.html)
85
85
and [Quantization-Aware Training (QAT)](https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_qat.html).
86
86
87
-
For more information on quantization, see [Quantization](/backends/arm-vgf/arm-vgf-quantization.md).
87
+
For more information on quantization, see [Quantization](arm-vgf-quantization.md).
88
88
89
89
## Runtime Integration
90
90
91
-
The VGF backend can use the default ExecuTorch runner. The steps required for building and running it are explained in the [VGF Backend Tutorial](/backends/arm-vgf/tutorials/vgf-getting-started.md).
91
+
The VGF backend can use the default ExecuTorch runner. The steps required for building and running it are explained in the [VGF Backend Tutorial](tutorials/vgf-getting-started.md).
92
92
The example application is recommended to use for testing basic functionality of your lowered models, as well as a starting point for developing runtime integrations for your own targets.
0 commit comments