File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ tqdm==4.66.1
2323numpy == 1.24.4
2424matplotlib
2525librosa
26- torch == 2.7
26+ torch == 2.8
2727torchvision
2828torchdata
2929networkx
@@ -37,8 +37,8 @@ tensorboard
3737jinja2 == 3.1.3
3838pytorch-lightning
3939torchx
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
4343ax-platform >= 0.4.0 ,< 0.5.0
4444nbformat >= 5.9.2
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments