Skip to content

get rid of flask tutorials #3403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 23, 2025
Merged

get rid of flask tutorials #3403

merged 3 commits into from
Jun 23, 2025

Conversation

msaroufim
Copy link
Member

@msaroufim msaroufim commented Jun 23, 2025

There were a lot of old flask tutorials

pt ❯ grep -r "flask" . 
./.ci/docker/requirements.txt:flask
./_templates/layout.html:    var div = '<div class="admonition note"><p class="admonition-title">Note</p><p><i class="fa fa-flask" aria-hidden="true">&nbsp</i> This tutorial describes a prototype feature. Prototype features are typically not available as part of binary distributions like PyPI or Conda, except sometimes behind run-time flags, and are at an early stage for feedback and testing.</p></div>'
./.devcontainer/requirements.txt:flask
./beginner_source/introyt/captumyt.py:    conda install pytorch torchvision captum flask-compress matplotlib=3.3.4 -c pytorch

✦ ~/Dev/tutorials msaroufim/delete_flask
pt ❯ 

In particular these are not needed in PyTorch since the average LLM can code generate any of this code and it's not really how modern serving is done these days

Copy link

pytorch-bot bot commented Jun 23, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3403

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 68d2986 with merge base f96996b (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link
Contributor

@janeyx99 janeyx99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm other than the github workflows change

@msaroufim msaroufim merged commit c654b2c into main Jun 23, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants