Skip to content

Commit a793306

Browse files
Fix broken link: Remove reference to non-existent dynamic_quantizatio… (#3691)
…n 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 Fixes #ISSUE_NUMBER ## Description <!--- Describe your changes in detail --> ## Checklist <!--- Make sure to add `x` to all items in the following checklist: --> - [ ] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [ ] Only one issue is addressed in this pull request - [ ] Labels from the issue that this PR is fixing are added to this pull request - [ ] No unnecessary issues are included into this pull request. cc @svekars @sekyondaMeta @AlannaBurke --------- Co-authored-by: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com>
1 parent 05c08f2 commit a793306

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

recipes_index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ from our full-length tutorials.
334334
recipes/recipes/profile_with_itt
335335
recipes/recipes/Captum_Recipe
336336
recipes/recipes/tensorboard_with_pytorch
337-
recipes/recipes/dynamic_quantization
338337
recipes/recipes/amp_recipe
339338
recipes/recipes/tuning_guide
340339
recipes/recipes/xeon_run_cpu

recipes_source/recipes/README.txt

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,26 @@ PyTorch Recipes
1212
Saving and loading models for inference in PyTorch
1313
https://pytorch.org/tutorials/recipes/recipes/saving_and_loading_models_for_inference.html
1414

15-
4. custom_dataset_transforms_loader.py
16-
Developing Custom PyTorch Dataloaders
17-
https://pytorch.org/tutorials/recipes/recipes/custom_dataset_transforms_loader.html
18-
19-
20-
5. Captum_Recipe.py
15+
4. Captum_Recipe.py
2116
Model Interpretability using Captum
2217
https://pytorch.org/tutorials/recipes/recipes/Captum_Recipe.html
2318

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
19+
5. warmstarting_model_using_parameters_from_a_different_model.py
2920
Warmstarting models using parameters from different model
3021
https://pytorch.org/tutorials/recipes/recipes/warmstarting_model_using_parameters_from_a_different_model.html
3122

32-
8. zeroing_out_gradients.py
23+
6. zeroing_out_gradients.py
3324
Zeroing out gradients
3425
https://pytorch.org/tutorials/recipes/recipes/zeroing_out_gradients.html
3526

36-
9. mobile_perf.py
27+
7. mobile_perf.py
3728
PyTorch Mobile Performance Recipes
3829
https://pytorch.org/tutorials/recipes/mobile_perf.html
3930

40-
10. amp_recipe.py
31+
8. amp_recipe.py
4132
Automatic Mixed Precision
42-
https://pytorch.org/tutorials/recipes/amp_recipe.html
33+
https://pytorch.org/tutorials/recipes/recipes/amp_recipe.html
4334

44-
11. regional_compilation.py
35+
9. regional_compilation.py
4536
Reducing torch.compile cold start compilation time with regional compilation
4637
https://pytorch.org/tutorials/recipes/regional_compilation.html

0 commit comments

Comments
 (0)