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
Fix broken link: Remove reference to non-existent dynamic_quantization recipe
The dynamic_quantization.py recipe file does not exist in the repository,
causing a 404 error when accessing the URL:
https://pytorch.org/tutorials/recipes/recipes/dynamic_quantization.html
Removed references to this missing recipe from:
- recipes_index.rst
- recipes_source/recipes/README.txt
Also renumbered subsequent items in README.txt to maintain sequential numbering.
Fixes#3503
0 commit comments