Skip to content

Commit 6529fca

Browse files
authored
docs: fix broken quantize_ link in first_quantization_example (#4317)
* docs: fix broken quantize_ link in first_quantization_example The quantize_ hyperlink in the first sentence referenced an absolute URL missing the 'api_reference/' path segment. This is a relative link fix that keeps the reference version-agnostic and consistent with the other link fixes in PR #4291. Closes #4286 * chore: empty commit to re-trigger Meta CLA check after signing
1 parent 9472d7d commit 6529fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/eager_tutorials/first_quantization_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
First Quantization Example
22
==========================
33

4-
The main entry point for quantization in torchao is the `quantize_ <https://pytorch.org/ao/stable/generated/torchao.quantization.quantize_.html#torchao.quantization.quantize_>`__ API.
4+
The main entry point for quantization in torchao is the `quantize_ <../api_reference/generated/torchao.quantization.quantize_.html#torchao.quantization.quantize_>`__ API.
55
This function mutates your model inplace based on the quantization config you provide.
66
All code in this guide can be found in this `example script <https://github.com/pytorch/ao/blob/main/scripts/quick_start.py>`__.
77

0 commit comments

Comments
 (0)