Skip to content

Commit ae8896e

Browse files
authored
Update validate_tutorials_built.py
1 parent 29ec21e commit ae8896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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.py", #not working on 2.8 release reenable after 3514
23+
"intermediate_source/dqn_with_rnn_tutorial", #not working on 2.8 release reenable after 3514
2424
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
2525
"intermediate_source/torch_compile_conv_bn_fuser",
2626
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release

0 commit comments

Comments
 (0)