File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tut
44
44
python $DIR /remove_runnable_code.py beginner_source/data_loading_tutorial.py beginner_source/data_loading_tutorial.py || true
45
45
python $DIR /remove_runnable_code.py beginner_source/dcgan_faces_tutorial.py beginner_source/dcgan_faces_tutorial.py || true
46
46
python $DIR /remove_runnable_code.py intermediate_source/model_parallel_tutorial.py intermediate_source/model_parallel_tutorial.py || true
47
- python $DIR /remove_runnable_code.py advanced_source/static_quantization_tutorial.py advanced_source/static_quantization_tutorial.py || true
48
- python $DIR /remove_runnable_code.py prototype_source/numeric_suite_tutorial.py || true
49
- python $DIR /remove_runnable_code.py prototype_source/graph_mode_static_quantization_tutorial.py || true
47
+ python $DIR /remove_runnable_code.py intermediate_source/memory_format_tutorial.py intermediate_source/memory_format_tutorial.py || true
50
48
51
49
make docs
You can’t perform that action at this time.
0 commit comments