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
23
23
numpy == 1.24.4
24
24
matplotlib
25
25
librosa
26
- torch == 2.7
26
+ torch == 2.8
27
27
torchvision
28
28
torchdata
29
29
networkx
@@ -37,8 +37,8 @@ tensorboard
37
37
jinja2 == 3.1.3
38
38
pytorch-lightning
39
39
torchx
40
- torchrl == 0.7 .2
41
- tensordict == 0.7.2
40
+ torchrl == 0.9 .2
41
+ tensordict == 0.9.1
42
42
# For ax_multiobjective_nas_tutorial.py
43
43
ax-platform >= 0.4.0 ,< 0.5.0
44
44
nbformat >= 5.9.2
Original file line number Diff line number Diff line change 20
20
"beginner_source/examples_nn/polynomial_optim" ,
21
21
"beginner_source/examples_autograd/polynomial_autograd" ,
22
22
"beginner_source/examples_autograd/polynomial_custom_function" ,
23
+ "intermediate_source/dqn_with_rnn_tutorial" , #not working on 2.8 release reenable after 3514
23
24
"intermediate_source/mnist_train_nas" , # used by ax_multiobjective_nas_tutorial.py
24
25
"intermediate_source/torch_compile_conv_bn_fuser" ,
25
26
"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
3
3
4
4
**What's new in PyTorch tutorials? **
5
5
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 >`__
10
10
11
11
.. raw :: html
12
12
Original file line number Diff line number Diff line change 13
13
"intermediate/dynamic_quantization_bert_tutorial.html" : "../index.html" ,
14
14
"intermediate/quantized_transfer_learning_tutorial.html" : "../index.html" ,
15
15
"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" ,
16
17
"prototype/fx_graph_mode_ptq_dynamic.html" : "../index.html" ,
17
18
"prototype/fx_graph_mode_ptq_static.html" : "../index.html" ,
18
19
"prototype/fx_graph_mode_quant_guide.html" : "../index.html" ,
You can’t perform that action at this time.
0 commit comments