Skip to content

remove FLAVA tutorial #3436

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 5 commits into from
Jul 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ ax-platform>=0.4.0
nbformat>=5.9.2
datasets
transformers
torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
onnx
onnxscript>=0.2.2
onnxruntime
Expand Down Expand Up @@ -64,7 +63,6 @@ gym-super-mario-bros==7.4.0
pyopengl
gymnasium[mujoco]==0.27.0
timm
iopath
pygame==2.6.0
pycocotools
semilearn==0.3.2
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ download:
wget -nv -N https://download.pytorch.org/models/resnet18-5c106cde.pth -P $(DATADIR)
cp $(DATADIR)/resnet18-5c106cde.pth prototype_source/data/resnet18_pretrained_float.pth

# Download vocab for beginner_source/flava_finetuning_tutorial.py
wget -nv -N http://dl.fbaipublicfiles.com/pythia/data/vocab.tar.gz -P $(DATADIR)
tar $(TAROPTS) -xzf $(DATADIR)/vocab.tar.gz -C ./beginner_source/data/

# Download PennFudanPed dataset for intermediate_source/torchvision_tutorial.py
wget https://www.cis.upenn.edu/~jshi/ped_html/PennFudanPed.zip -P $(DATADIR)
unzip -o $(DATADIR)/PennFudanPed.zip -d intermediate_source/data/
Expand Down
190 changes: 0 additions & 190 deletions beginner_source/flava_finetuning_tutorial.py

This file was deleted.

17 changes: 0 additions & 17 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -818,15 +818,6 @@ Welcome to PyTorch Tutorials
:link: advanced/sharding.html
:tags: TorchRec,Recommender

.. Multimodality

.. customcarditem::
:header: Introduction to TorchMultimodal
:card_description: TorchMultimodal is a library that provides models, primitives and examples for training multimodal tasks
:image: _static/img/thumbnails/torchrec.png
:link: beginner/flava_finetuning_tutorial.html
:tags: TorchMultimodal


.. End of tutorial card section

Expand Down Expand Up @@ -1102,11 +1093,3 @@ Additional Resources

intermediate/torchrec_intro_tutorial
advanced/sharding

.. toctree::
:maxdepth: 2
:includehidden:
:hidden:
:caption: Multimodality

beginner/flava_finetuning_tutorial
3 changes: 2 additions & 1 deletion redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"beginner/ptcheat.html": "../index.html",
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
"recipes/bundled_inputs.html": "../index.html",
"intermediate/torchserve_with_ipex.html": "../index.html",
"intermediate/torchserve_with_ipex.html": "../index.html",
"intermediate/torchserve_with_ipex_2.html": "../index.html",
"recipes/torchserve_vertexai_tutorial.html": "../index.html",
"beginner/flava_finetuning_tutorial.html": "../index.html",
}