Skip to content

Commit 5fbef68

Browse files
authored
Disable intermediate_source/torchvision_tutorial.py (#2842)
* Disable intermediate_source/torchvision_tutorial.py Due to `RuntimeError: DataLoader worker (pid(s) 20092) exited unexpectedly`
1 parent c5c0a9a commit 5fbef68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"beginner_source/text_sentiment_ngrams_tutorial", # not building with 2.3 RC, might be able to turn on with GA
2727
"beginner_source/t5_tutorial", # re-enable after this is fixed: https://github.com/pytorch/text/issues/1756
2828
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
29+
"intermediate_source/torchvision_tutorial", # disable due to RuntimeError: DataLoader worker (pid(s) 20092) exited unexpectedly
2930
"intermediate_source/fx_conv_bn_fuser",
3031
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release
3132
"advanced_source/super_resolution_with_onnxruntime",

0 commit comments

Comments
 (0)