Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .jenkins/validate_tutorials_built.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"intermediate_source/dqn_with_rnn_tutorial", #not working on 2.8 release reenable after 3514
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
"intermediate_source/torch_compile_conv_bn_fuser",
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release
"advanced_source/usb_semisup_learn", # fails with CUDA OOM error, should try on a different worker
"unstable_source/gpu_direct_storage", # requires specific filesystem + GPUDirect Storage to be set up
"recipes_source/recipes/tensorboard_with_pytorch",
Expand Down
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def wrapper(*args, **kwargs):
"# https://docs.pytorch.org/tutorials/beginner/colab\n"
"%matplotlib inline"
),
"ignore_pattern": r"_torch_export_nightly_tutorial.py",
"pypandoc": {
"extra_args": ["--mathjax", "--toc"],
"filters": [".jenkins/custom_pandoc_filter.py"],
Expand Down
Loading
Loading