Skip to content

Commit e89eb0e

Browse files
author
Svetlana Karslioglu
authored
Merge branch 'main' into patch-4
2 parents 8e49925 + 377123d commit e89eb0e

File tree

9 files changed

+1560
-4
lines changed

9 files changed

+1560
-4
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
"beginner_source/former_torchies/tensor_tutorial_old",
2323
"beginner_source/examples_autograd/polynomial_autograd",
2424
"beginner_source/examples_autograd/polynomial_custom_function",
25-
"beginner_source/t5_tutorial", # re-enable after this is fixed: https://github.com/pytorch/text/issues/1756
25+
"beginner_source/t5_tutorial", # re-enable after this is fixed: https://github.com/pytorch/text/issues/1756
2626
"intermediate_source/parametrizations",
2727
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
2828
"intermediate_source/fx_conv_bn_fuser",
29+
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release
2930
"advanced_source/super_resolution_with_onnxruntime",
3031
"advanced_source/ddp_pipeline", # requires 4 gpus
3132
"prototype_source/fx_graph_mode_ptq_dynamic",

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ def reset_seeds(gallery_conf, fname):
106106
'first_notebook_cell': ("# For tips on running notebooks in Google Colab, see\n"
107107
"# https://pytorch.org/tutorials/beginner/colab\n"
108108
"%matplotlib inline"),
109-
'reset_modules': (reset_seeds)
109+
'reset_modules': (reset_seeds),
110+
'ignore_pattern': r'_torch_export_nightly_tutorial.py'
110111
}
111112

112113
if os.getenv('GALLERY_PATTERN'):

en-wordlist.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ CPUs
5252
CPython
5353
CUDA
5454
Caffe
55+
callable's
5556
Captum
5657
Captum's
5758
CartPole
@@ -72,6 +73,8 @@ DQN
7273
DataPipe
7374
DataPipes
7475
DataLoaders
76+
Decompositions
77+
decompositions
7578
DeepMind
7679
DeiT
7780
DenseNet
@@ -160,6 +163,8 @@ ONNX Runtime
160163
ONNX Script
161164
OpenAI
162165
OpenMP
166+
Opset
167+
opset
163168
Ornstein
164169
OU
165170
PIL

0 commit comments

Comments
 (0)