Skip to content

Commit f79c3d9

Browse files
Fix broken links from issue #3605 (#3612)
Fixes #3605 ## Description This PR addresses the issue of broken links detected by the `github-actions` bot. It fixes three incorrect URLs in the documentation: - In `CONTRIBUTING.md`, removed an expired Netlify preview example link. - In `intermediate_source/compiled_autograd_tutorial.rst`, updated the link to the "Get Started with PyTorch 2.x" page to its new, correct URL. - In `recipes_source/intel_neural_compressor_for_pytorch.rst`, updated the link for Intel® Neural Compressor to point to its main GitHub repository, as the official documentation site is currently inactive (returns a 404 error). ## Checklist - [x] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [x] Only one issue is addressed in this pull request - [x] Labels from the issue that this PR is fixing are added to this pull request - [x] No unnecessary issues are included into this pull request --------- Co-authored-by: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com>
1 parent 612d2a0 commit f79c3d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

intermediate_source/compiled_autograd_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Compiled Autograd: Capturing a larger backward graph for ``torch.compile``
1616

1717
* PyTorch 2.4
1818
* Complete the `Introduction to torch.compile <https://pytorch.org/tutorials/intermediate/torch_compile_tutorial.html>`_
19-
* Read through the TorchDynamo and AOTAutograd sections of `Get Started with PyTorch 2.x <https://pytorch.org/get-started/pytorch-2.0/>`_
19+
* Read through the TorchDynamo and AOTAutograd sections of `Get Started with PyTorch 2.x <https://pytorch.org/get-started/pytorch-2-x/>`_
2020

2121
Overview
2222
--------

recipes_source/intel_neural_compressor_for_pytorch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Features
1717

1818
- **Accuracy-driven Tuning:** Intel® Neural Compressor supports accuracy-driven automatic tuning process, provides ``autotune`` API for user usage.
1919

20-
- **Kinds of Quantization:** Intel® Neural Compressor supports a variety of quantization methods, including classic INT8 quantization, weight-only quantization and the popular FP8 quantization. Neural compressor also provides the latest research in simulation work, such as MX data type emulation quantization. For more details, please refer to `Supported Matrix <https://github.com/intel/neural-compressor/blob/master/docs/source/3x/PyTorch.md#supported-matrix>`_.
20+
- **Kinds of Quantization:** Intel® Neural Compressor supports a variety of quantization methods, including classic INT8 quantization, weight-only quantization and the popular FP8 quantization. Neural compressor also provides the latest research in simulation work, such as MX data type emulation quantization. For more details, please refer to `Supported Matrix <https://github.com/intel/neural-compressor/blob/master/docs/source/PyTorch.md#supported-matrix>`_.
2121

2222
Getting Started
2323
---------------
@@ -158,4 +158,4 @@ To leverage accuracy-driven automatic tuning, a specified tuning space is necess
158158
Tutorials
159159
---------
160160

161-
More detailed tutorials are available in the official Intel® Neural Compressor `doc <https://intel.github.io/neural-compressor/latest/docs/source/Welcome.html>`_.
161+
More detailed tutorials are available in the official Intel® Neural Compressor `doc <https://www.intel.com/content/www/us/en/developer/tools/oneapi/neural-compressor.html>`_.

0 commit comments

Comments
 (0)