Skip to content

Commit b672641

Browse files
committed
remove some files
1 parent 473a2a8 commit b672641

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,33 @@
77

88
# files that are ok to have 0 min 0 sec time, probably because they don't have any python code
99
OK_TO_NOT_RUN = [
10-
"beginner/basics/intro.html",
10+
"beginner/basics/intro.html", # no code
1111
]
1212

13+
# when the tutorial is fixed, remove it from this list
1314
KNOWN_BAD = [
1415
"beginner/translation_transformer.html",
15-
"beginner/torchtext_translation.html",
1616
"beginner/profiler.html",
1717
"beginner/saving_loading_models.html",
1818
"beginner/introyt/captumyt.html",
1919
"beginner/introyt/trainingyt.html",
2020
"beginner/examples_nn/polynomial_module.html",
21-
"beginner/examples_nn/two_layer_net_optim.html",
2221
"beginner/examples_nn/dynamic_net.html",
23-
"beginner/examples_nn/two_layer_net_module.html",
2422
"beginner/examples_nn/polynomial_optim.html",
2523
"beginner/examples_nn/polynomial_nn.html",
26-
"beginner/examples_nn/two_layer_net_nn.html",
27-
"beginner/examples_tensor/two_layer_net_tensor.html",
28-
"beginner/examples_tensor/two_layer_net_numpy.html",
2924
"beginner/examples_tensor/polynomial_numpy.html",
3025
"beginner/examples_tensor/polynomial_tensor.html",
3126
"beginner/former_torchies/autograd_tutorial_old.html",
3227
"beginner/former_torchies/tensor_tutorial_old.html",
33-
"beginner/examples_autograd/two_layer_net_autograd.html",
3428
"beginner/examples_autograd/polynomial_autograd.html",
35-
"beginner/examples_autograd/tf_two_layer_net.html",
3629
"beginner/examples_autograd/polynomial_custom_function.html",
37-
"beginner/examples_autograd/two_layer_net_custom_function.html",
3830
"intermediate/forward_ad_usage.html",
3931
"intermediate/parametrizations.html",
4032
"intermediate/reinforcement_q_learning.html",
4133
"intermediate/text_to_speech_with_torchaudio.html",
4234
"intermediate/mnist_train_nas.html",
4335
"intermediate/fx_conv_bn_fuser.html",
4436
"advanced/super_resolution_with_onnxruntime.html",
45-
"advanced/super_resolution_with_caffe2.html",
4637
"advanced/ddp_pipeline.html",
4738
"prototype/fx_graph_mode_ptq_dynamic.html",
4839
"prototype/vmap_recipe.html",
@@ -60,13 +51,10 @@
6051
"recipes/recipes/saving_and_loading_a_general_checkpoint.html",
6152
"recipes/recipes/benchmark.html",
6253
"recipes/recipes/tuning_guide.html",
63-
"recipes/recipes/custom_dataset_transforms_loader.html",
6454
"recipes/recipes/zeroing_out_gradients.html",
65-
"recipes/recipes/intel_extension_for_pytorch.html",
6655
"recipes/recipes/defining_a_neural_network.html",
6756
"recipes/recipes/timer_quick_start.html",
6857
"recipes/recipes/amp_recipe.html",
69-
"recipes/recipes/Captum_Recipe.html",
7058
]
7159

7260

0 commit comments

Comments
 (0)