Skip to content

Commit

Permalink
Update README and Redirect deprecated tutorials to correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
Saiteja64 committed Oct 31, 2024
1 parent 5feb4a5 commit ea89321
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 679 deletions.
26 changes: 5 additions & 21 deletions recipes_source/recipes/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,38 +25,22 @@ PyTorch Recipes
Dynamic Quantization
https://pytorch.org/tutorials/recipes/recipes/dynamic_quantization.html

7. save_load_across_devices.py
Saving and loading models across devices in PyTorch
https://pytorch.org/tutorials/recipes/recipes/save_load_across_devices.html

8. saving_and_loading_a_general_checkpoint.py
Saving and loading a general checkpoint in PyTorch
https://pytorch.org/tutorials/recipes/recipes/saving_and_loading_a_general_checkpoint.html

9. saving_and_loading_models_for_inference.py
Saving and loading models for inference in PyTorch
https://pytorch.org/tutorials/recipes/recipes/saving_and_loading_models_for_inference.html

10. saving_multiple_models_in_one_file.py
Saving and loading multiple models in one file using PyTorch
https://pytorch.org/tutorials/recipes/recipes/saving_multiple_models_in_one_file.html

11. warmstarting_model_using_parameters_from_a_different_model.py
7. warmstarting_model_using_parameters_from_a_different_model.py
Warmstarting models using parameters from different model
https://pytorch.org/tutorials/recipes/recipes/warmstarting_model_using_parameters_from_a_different_model.html

12. zeroing_out_gradients.py
8. zeroing_out_gradients.py
Zeroing out gradients
https://pytorch.org/tutorials/recipes/recipes/zeroing_out_gradients.html

13. mobile_perf.py
9. mobile_perf.py
PyTorch Mobile Performance Recipes
https://pytorch.org/tutorials/recipes/mobile_perf.html

14. amp_recipe.py
10. amp_recipe.py
Automatic Mixed Precision
https://pytorch.org/tutorials/recipes/amp_recipe.html

15. regional_compilation.py
11. regional_compilation.py
Reducing torch.compile cold start compilation time with regional compilation
https://pytorch.org/tutorials/recipes/regional_compilation.html
181 changes: 0 additions & 181 deletions recipes_source/recipes/save_load_across_devices.py

This file was deleted.

10 changes: 10 additions & 0 deletions recipes_source/recipes/save_load_across_devices.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Save Load Across Devices
========================

This tutorial was deprecated. There is a newer tutorial that covers the same topic: https://pytorch.org/tutorials/beginner/saving_loading_models.html

Redirecting in 3 seconds...

.. raw:: html

<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/beginner/saving_loading_models.html'" />
155 changes: 0 additions & 155 deletions recipes_source/recipes/saving_and_loading_a_general_checkpoint.py

This file was deleted.

Loading

0 comments on commit ea89321

Please sign in to comment.