Skip to content

Commit eb64f3d

Browse files
committed
Automated tutorials push
1 parent 5d0f0bb commit eb64f3d

450 files changed

Lines changed: 18882 additions & 86427 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 26 additions & 307 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title> &#8212; PyTorch Tutorials 2.10.0+cu128 documentation</title>
10+
<title> &#8212; PyTorch Tutorials 2.11.0+cu130 documentation</title>
1111

1212

1313

@@ -44,7 +44,7 @@
4444
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
4545
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
4646

47-
<script src="_static/documentation_options.js?v=a8d6e986"></script>
47+
<script src="_static/documentation_options.js?v=92f158d6"></script>
4848
<script src="_static/doctools.js?v=888ff710"></script>
4949
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
5050
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -233,7 +233,7 @@
233233

234234
<div class="navbar-item desktop-only-version">
235235

236-
<a href="index.html" class="version">v2.10.0+cu128</a>
236+
<a href="index.html" class="version">v2.11.0+cu130</a>
237237

238238
</div>
239239

@@ -859,313 +859,32 @@
859859

860860
</li>
861861

862-
<li class="nav-item dropdown">
863-
864-
865-
<div class="nav-item-with-toggle">
866-
<a class="nav-link nav-internal" href="recipes_index.html">
867-
Recipes
868-
</a>
869-
</div>
870-
<ul class="dropdown-menu" id="dropdown-8">
871-
872-
<li class=" ">
873-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/defining_a_neural_network.html">
874-
Defining a Neural Network in PyTorch
875-
</a>
876-
</li>
877-
878-
<li class=" ">
879-
<a class="nav-link dropdown-item nav-internal" href="recipes/torch_logs.html">
880-
(beta) Using TORCH_LOGS python API with torch.compile
881-
</a>
882-
</li>
883-
884-
<li class=" ">
885-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/what_is_state_dict.html">
886-
What is a state_dict in PyTorch
887-
</a>
888-
</li>
889-
890-
<li class=" ">
891-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/warmstarting_model_using_parameters_from_a_different_model.html">
892-
Warmstarting model using parameters from a different model in PyTorch
893-
</a>
894-
</li>
895-
896-
<li class=" ">
897-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/zeroing_out_gradients.html">
898-
Zeroing out gradients in PyTorch
899-
</a>
900-
</li>
901-
902-
<li class=" ">
903-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/profiler_recipe.html">
904-
PyTorch Profiler
905-
</a>
906-
</li>
907-
908-
<li class=" ">
909-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/Captum_Recipe.html">
910-
Model Interpretability using Captum
911-
</a>
912-
</li>
913-
914-
<li class=" ">
915-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/tensorboard_with_pytorch.html">
916-
How to use TensorBoard with PyTorch
917-
</a>
918-
</li>
919-
920-
<li class=" ">
921-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/amp_recipe.html">
922-
Automatic Mixed Precision
923-
</a>
924-
</li>
925-
926-
<li class=" ">
927-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/tuning_guide.html">
928-
Performance Tuning Guide
929-
</a>
930-
</li>
931-
932-
<li class=" ">
933-
<a class="nav-link dropdown-item nav-internal" href="recipes/compiling_optimizer.html">
934-
(beta) Compiling the optimizer with torch.compile
935-
</a>
936-
</li>
937-
938-
<li class=" ">
939-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/timer_quick_start.html">
940-
Timer quick start
941-
</a>
942-
</li>
943-
944-
<li class=" ">
945-
<a class="nav-link dropdown-item nav-internal" href="recipes/zero_redundancy_optimizer.html">
946-
Shard Optimizer States with ZeroRedundancyOptimizer
947-
</a>
948-
</li>
949-
950-
<li class=" ">
951-
<a class="nav-link dropdown-item nav-internal" href="recipes/distributed_comm_debug_mode.html">
952-
Getting Started with CommDebugMode
953-
</a>
954-
</li>
955-
956-
<li class=" ">
957-
<a class="nav-link dropdown-item nav-internal" href="recipes/torch_export_challenges_solutions.html">
958-
Demonstration of torch.export flow, common challenges and the solutions to address them
959-
</a>
960-
</li>
961-
962-
<li class=" ">
963-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/benchmark.html">
964-
SyntaxError
965-
</a>
966-
</li>
967-
968-
<li class=" ">
969-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/module_load_state_dict_tips.html">
970-
Tips for Loading an nn.Module from a Checkpoint
971-
</a>
972-
</li>
973-
974-
<li class=" ">
975-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/reasoning_about_shapes.html">
976-
Reasoning about Shapes in PyTorch
977-
</a>
978-
</li>
979-
980-
<li class=" ">
981-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/swap_tensors.html">
982-
Extension points in nn.Module for load_state_dict and tensor subclasses
983-
</a>
984-
</li>
985-
986-
<li class=" ">
987-
<a class="nav-link dropdown-item nav-internal" href="recipes/torch_export_aoti_python.html">
988-
torch.export AOTInductor Tutorial for Python runtime (Beta)
989-
</a>
990-
</li>
991-
992-
<li class=" ">
993-
<a class="nav-link dropdown-item nav-internal" href="recipes/recipes/tensorboard_with_pytorch.html">
994-
How to use TensorBoard with PyTorch
995-
</a>
996-
</li>
997-
998-
<li class=" ">
999-
<a class="nav-link dropdown-item nav-internal" href="recipes/torch_compile_torch_function_modes.html">
1000-
(beta) Utilizing Torch Function modes with torch.compile
1001-
</a>
1002-
</li>
1003-
1004-
<li class=" ">
1005-
<a class="nav-link dropdown-item nav-internal" href="recipes/compiling_optimizer_lr_scheduler.html">
1006-
(beta) Running the compiled optimizer with an LR Scheduler
1007-
</a>
1008-
</li>
1009-
1010-
<li class=" ">
1011-
<a class="nav-link dropdown-item nav-internal" href="recipes/foreach_map.html">
1012-
Explicit horizontal fusion with foreach_map and torch.compile
1013-
</a>
1014-
</li>
1015-
1016-
<li class=" ">
1017-
<a class="nav-link dropdown-item nav-internal" href="recipes/torch_compile_user_defined_triton_kernel_tutorial.html">
1018-
Using User-Defined Triton Kernels with torch.compile
1019-
</a>
1020-
</li>
1021-
1022-
<li class=" ">
1023-
<a class="nav-link dropdown-item nav-internal" href="recipes/torch_compile_caching_tutorial.html">
1024-
Compile Time Caching in torch.compile
1025-
</a>
1026-
</li>
1027-
1028-
<li class=" ">
1029-
<a class="nav-link dropdown-item nav-internal" href="recipes/torch_compile_caching_configuration_tutorial.html">
1030-
Compile Time Caching Configuration
1031-
</a>
1032-
</li>
1033-
1034-
<li class=" ">
1035-
<a class="nav-link dropdown-item nav-internal" href="recipes/regional_compilation.html">
1036-
Reducing torch.compile cold start compilation time with regional compilation
1037-
</a>
1038-
</li>
1039-
1040-
<li class=" ">
1041-
<a class="nav-link dropdown-item nav-internal" href="recipes/regional_aot.html">
1042-
Reducing AoT cold start compilation time with regional compilation
1043-
</a>
1044-
</li>
1045-
1046-
<li class=" ">
1047-
<a class="nav-link dropdown-item nav-internal" href="recipes/intel_neural_compressor_for_pytorch.html">
1048-
Ease-of-use quantization for PyTorch with Intel® Neural Compressor
1049-
</a>
1050-
</li>
1051-
1052-
<li class=" ">
1053-
<a class="nav-link dropdown-item nav-internal" href="recipes/distributed_device_mesh.html">
1054-
Getting Started with DeviceMesh
1055-
</a>
1056-
</li>
1057-
1058-
<li class=" ">
1059-
<a class="nav-link dropdown-item nav-internal" href="recipes/distributed_checkpoint_recipe.html">
1060-
Getting Started with Distributed Checkpoint (DCP)
1061-
</a>
1062-
</li>
1063-
1064-
<li class=" ">
1065-
<a class="nav-link dropdown-item nav-internal" href="recipes/distributed_async_checkpoint_recipe.html">
1066-
Asynchronous Saving with Distributed Checkpoint (DCP)
1067-
</a>
1068-
</li>
1069-
1070-
<li class=" ">
1071-
<a class="nav-link dropdown-item nav-internal" href="recipes/debug_mode_tutorial.html">
1072-
DebugMode: Recording Dispatched Operations and Numerical Debugging
1073-
</a>
1074-
</li>
1075-
1076-
</ul>
1077-
1078-
</li>
862+
1079863

1080-
<li class="nav-item dropdown">
1081-
864+
865+
<li class="nav-item dropdown more-dropdown">
866+
<div class="nav-item-with-toggle">
867+
<span class="nav-link more-toggle" tabindex="0" role="button" aria-expanded="false" aria-controls="pst-nav-more-links">
868+
More
869+
</span>
870+
</div>
871+
<ul id="pst-nav-more-links" class="dropdown-menu">
1082872

1083-
<div class="nav-item-with-toggle">
1084-
<a class="nav-link nav-internal" href="unstable_index.html">
1085-
Unstable
1086-
</a>
1087-
</div>
1088-
<ul class="dropdown-menu" id="dropdown-9">
1089-
1090-
<li class=" ">
1091-
<a class="nav-link dropdown-item nav-internal" href="unstable/context_parallel.html">
1092-
Introduction to Context Parallel
1093-
</a>
1094-
</li>
1095-
1096-
<li class=" ">
1097-
<a class="nav-link dropdown-item nav-internal" href="unstable/flight_recorder_tutorial.html">
1098-
Flight Recorder for Debugging Stuck Jobs
1099-
</a>
1100-
</li>
1101-
1102-
<li class=" ">
1103-
<a class="nav-link dropdown-item nav-internal" href="unstable/inductor_cpp_wrapper_tutorial.html">
1104-
TorchInductor C++ Wrapper Tutorial
1105-
</a>
1106-
</li>
1107-
1108-
<li class=" ">
1109-
<a class="nav-link dropdown-item nav-internal" href="unstable/inductor_windows.html">
1110-
How to use torch.compile on Windows CPU/XPU
1111-
</a>
1112-
</li>
1113-
1114-
<li class=" ">
1115-
<a class="nav-link dropdown-item nav-internal" href="unstable/vmap_recipe.html">
1116-
torch.vmap
1117-
</a>
1118-
</li>
1119-
1120-
<li class=" ">
1121-
<a class="nav-link dropdown-item nav-internal" href="unstable/nestedtensor.html">
1122-
Getting Started with Nested Tensors
1123-
</a>
1124-
</li>
1125-
1126-
<li class=" ">
1127-
<a class="nav-link dropdown-item nav-internal" href="unstable/maskedtensor_overview.html">
1128-
MaskedTensor Overview
1129-
</a>
1130-
</li>
1131-
1132-
<li class=" ">
1133-
<a class="nav-link dropdown-item nav-internal" href="unstable/maskedtensor_sparsity.html">
1134-
MaskedTensor Sparsity
1135-
</a>
1136-
</li>
1137-
1138-
<li class=" ">
1139-
<a class="nav-link dropdown-item nav-internal" href="unstable/maskedtensor_advanced_semantics.html">
1140-
MaskedTensor Advanced Semantics
1141-
</a>
1142-
</li>
1143-
1144-
<li class=" ">
1145-
<a class="nav-link dropdown-item nav-internal" href="unstable/maskedtensor_adagrad.html">
1146-
Efficiently writing “sparse” semantics for Adagrad with MaskedTensor
1147-
</a>
1148-
</li>
1149-
1150-
<li class=" ">
1151-
<a class="nav-link dropdown-item nav-internal" href="unstable/python_extension_autoload.html">
1152-
Autoloading Out-of-Tree Extension
1153-
</a>
1154-
</li>
1155-
1156-
<li class=" ">
1157-
<a class="nav-link dropdown-item nav-internal" href="unstable/max_autotune_on_CPU_tutorial.html">
1158-
Using Max-Autotune Compilation on CPU for Better Performance
1159-
</a>
1160-
</li>
1161-
1162-
</ul>
1163-
873+
<li class="">
874+
<a class="nav-link dropdown-item nav-internal" href="recipes_index.html">
875+
Recipes
876+
</a>
877+
</li>
878+
879+
<li class="">
880+
<a class="nav-link dropdown-item nav-internal" href="unstable_index.html">
881+
Unstable
882+
</a>
883+
</li>
884+
885+
</ul>
1164886
</li>
1165887

1166-
1167-
1168-
1169888
</ul>
1170889
</nav>
1171890
</div>
@@ -1303,7 +1022,7 @@
13031022
<div class="sidebar-header-items__start">
13041023
<div class="navbar-item">
13051024

1306-
<a href="index.html" class="version">v2.10.0+cu128</a>
1025+
<a href="index.html" class="version">v2.11.0+cu130</a>
13071026

13081027
</div>
13091028
</div>
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)