Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,7 @@ Submit the changes as a PR to the main branch of
1. Make sure all CI checks are passing.

Once you submit your PR, you can see a generated Netlify preview of your
build. You can see an example Netlify preview at the following URL:

> <https://deploy-preview-954--pytorch-tutorials-preview.netlify.app/>
build.


## Do not merge the PR yourself ##
Expand Down
2 changes: 1 addition & 1 deletion intermediate_source/compiled_autograd_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Compiled Autograd: Capturing a larger backward graph for ``torch.compile``

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

Overview
--------
Expand Down
2 changes: 1 addition & 1 deletion recipes_source/intel_neural_compressor_for_pytorch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ To leverage accuracy-driven automatic tuning, a specified tuning space is necess
Tutorials
---------

More detailed tutorials are available in the official Intel® Neural Compressor `doc <https://intel.github.io/neural-compressor/latest/docs/source/Welcome.html>`_.
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>`_.