Skip to content

Commit c654b2c

Browse files
authored
get rid of flask tutorials (#3403)
* get rid of flask tutorials * revert changes to link PR checker
1 parent 555d231 commit c654b2c

File tree

7 files changed

+1
-643
lines changed

7 files changed

+1
-643
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"recipes_source/recipes/timer_quick_start",
4949
"recipes_source/recipes/amp_recipe",
5050
"recipes_source/recipes/Captum_Recipe",
51-
"intermediate_source/flask_rest_api_tutorial",
5251
"intermediate_source/text_to_speech_with_torchaudio",
5352
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
5453
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.

.lycheeignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ https://pytorch.org/tutorials/beginner/colab/n
1313
# Ignore local host link from intermediate_source/tensorboard_tutorial.rst
1414
http://localhost:6006
1515

16-
# Ignore local host link from recipes_source/deployment_with_flask.rst
17-
http://localhost:5000/predict
18-
1916
# Ignore local host link from advanced_source/cpp_frontend.rst
2017
https://www.uber.com/blog/deep-neuroevolution/

index.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,6 @@ Welcome to PyTorch Tutorials
322322

323323
.. Deploying PyTorch Models in Production
324324
325-
326-
.. customcarditem::
327-
:header: Deploying PyTorch in Python via a REST API with Flask
328-
:card_description: Deploy a PyTorch model using Flask and expose a REST API for model inference using the example of a pretrained DenseNet 121 model which detects the image.
329-
:image: _static/img/thumbnails/cropped/Deploying-PyTorch-in-Python-via-a-REST-API-with-Flask.png
330-
:link: intermediate/flask_rest_api_tutorial.html
331-
:tags: Production
332-
333325
.. customcarditem::
334326
:header: Introduction to TorchScript
335327
:card_description: Introduction to TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
@@ -1005,7 +997,6 @@ Additional Resources
1005997
:caption: Deploying PyTorch Models in Production
1006998

1007999
beginner/onnx/intro_onnx
1008-
intermediate/flask_rest_api_tutorial
10091000
beginner/Intro_to_TorchScript_tutorial
10101001
advanced/cpp_export
10111002
advanced/super_resolution_with_onnxruntime

intermediate_source/README.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ Intermediate tutorials
2929
Spatial Transformer Networks Tutorial
3030
https://pytorch.org/tutorials/intermediate/spatial_transformer_tutorial.html
3131

32-
8. flask_rest_api_tutorial.py
33-
Deploying PyTorch and Building a REST API using Flask
34-
https://pytorch.org/tutorials/intermediate/flask_rest_api_tutorial.html
35-
36-
9. nvfuser_intro_tutorial.py
32+
8. nvfuser_intro_tutorial.py
3733
Introduction to nvFuser
3834
https://pytorch.org/tutorials/intermediate/nvfuser_intro_tutorial.html

intermediate_source/flask_rest_api_tutorial.py

Lines changed: 0 additions & 333 deletions
This file was deleted.

0 commit comments

Comments
 (0)