Skip to content

Commit 36e9ccd

Browse files
committed
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
1 parent 7f8b6dc commit 36e9ccd

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

recipes_index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ from our full-length tutorials.
327327
recipes/recipes/profile_with_itt
328328
recipes/recipes/Captum_Recipe
329329
recipes/recipes/tensorboard_with_pytorch
330-
recipes/recipes/dynamic_quantization
331330
recipes/recipes/amp_recipe
332331
recipes/recipes/tuning_guide
333332
recipes/recipes/xeon_run_cpu

recipes_source/recipes/README.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,22 @@ PyTorch Recipes
2121
Model Interpretability using Captum
2222
https://pytorch.org/tutorials/recipes/recipes/Captum_Recipe.html
2323

24-
6. dynamic_quantization.py
25-
Dynamic Quantization
26-
https://pytorch.org/tutorials/recipes/recipes/dynamic_quantization.html
27-
28-
7. warmstarting_model_using_parameters_from_a_different_model.py
24+
6. warmstarting_model_using_parameters_from_a_different_model.py
2925
Warmstarting models using parameters from different model
3026
https://pytorch.org/tutorials/recipes/recipes/warmstarting_model_using_parameters_from_a_different_model.html
3127

32-
8. zeroing_out_gradients.py
28+
7. zeroing_out_gradients.py
3329
Zeroing out gradients
3430
https://pytorch.org/tutorials/recipes/recipes/zeroing_out_gradients.html
3531

36-
9. mobile_perf.py
32+
8. mobile_perf.py
3733
PyTorch Mobile Performance Recipes
3834
https://pytorch.org/tutorials/recipes/mobile_perf.html
3935

40-
10. amp_recipe.py
36+
9. amp_recipe.py
4137
Automatic Mixed Precision
4238
https://pytorch.org/tutorials/recipes/amp_recipe.html
4339

44-
11. regional_compilation.py
40+
10. regional_compilation.py
4541
Reducing torch.compile cold start compilation time with regional compilation
4642
https://pytorch.org/tutorials/recipes/regional_compilation.html

0 commit comments

Comments
 (0)