Skip to content

Commit df02633

Browse files
authored
Merge branch 'main' into 3186-leaf-nonleaf-tutorial
2 parents 2771ab7 + ee2863e commit df02633

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.ci/docker/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tqdm==4.66.1
2323
numpy==1.24.4
2424
matplotlib
2525
librosa
26-
torch==2.7
26+
torch==2.8
2727
torchvision
2828
torchdata
2929
networkx
@@ -37,8 +37,8 @@ tensorboard
3737
jinja2==3.1.3
3838
pytorch-lightning
3939
torchx
40-
torchrl==0.7.2
41-
tensordict==0.7.2
40+
torchrl==0.9.2
41+
tensordict==0.9.1
4242
# For ax_multiobjective_nas_tutorial.py
4343
ax-platform>=0.4.0,<0.5.0
4444
nbformat>=5.9.2

.jenkins/validate_tutorials_built.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"beginner_source/examples_nn/polynomial_optim",
2121
"beginner_source/examples_autograd/polynomial_autograd",
2222
"beginner_source/examples_autograd/polynomial_custom_function",
23+
"intermediate_source/dqn_with_rnn_tutorial", #not working on 2.8 release reenable after 3514
2324
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
2425
"intermediate_source/torch_compile_conv_bn_fuser",
2526
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release

index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Welcome to PyTorch Tutorials
33

44
**What's new in PyTorch tutorials?**
55

6-
* `Utilizing Torch Function modes with torch.compile <https://pytorch.org/tutorials/recipes/torch_compile_torch_function_modes.html>`__
7-
* `Context Parallel Tutorial <https://pytorch.org/tutorials/unstable/context_parallel.html>`__
8-
* `(beta) Explicit horizontal fusion with foreach_map and torch.compile <https://pytorch.org/tutorials/recipes/foreach_map.html>`__
9-
* Updated `Inductor Windows CPU Tutorial <https://pytorch.org/tutorials/unstable/inductor_windows.html>`__
6+
* `Integrating Custom Operators with SYCL for Intel GPU <https://pytorch.org/tutorials/advanced/cpp_custom_ops_sycl.html>`__
7+
* `Supporting Custom C++ Classes in torch.compile/torch.export <https://docs.pytorch.org/tutorials/advanced/custom_class_pt2.html>`__
8+
* `Accelerating torch.save and torch.load with GPUDirect Storage <https://docs.pytorch.org/tutorials/unstable/gpu_direct_storage.html>`__
9+
* `Getting Started with Fully Sharded Data Parallel (FSDP2) <https://docs.pytorch.org/tutorials/intermediate/FSDP_tutorial.html>`__
1010

1111
.. raw:: html
1212

redirects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"intermediate/dynamic_quantization_bert_tutorial.html": "../index.html",
1414
"intermediate/quantized_transfer_learning_tutorial.html": "../index.html",
1515
"prototype/graph_mode_dynamic_bert_tutorial.html": "../index.html",
16+
"prototype/flight_recorder_tutorial.html": "https://docs.pytorch.org/tutorials/unstable/flight_recorder_tutorial.html",
1617
"prototype/fx_graph_mode_ptq_dynamic.html": "../index.html",
1718
"prototype/fx_graph_mode_ptq_static.html": "../index.html",
1819
"prototype/fx_graph_mode_quant_guide.html": "../index.html",

0 commit comments

Comments
 (0)