Skip to content

Commit b696cb1

Browse files
ebsmotherssvekars
andauthored
remove FLAVA tutorial (#3436)
* remove FLAVA tutorial * add redirect * dummy commit * whitespace --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 220b98b commit b696cb1

File tree

5 files changed

+2
-214
lines changed

5 files changed

+2
-214
lines changed

.ci/docker/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ ax-platform>=0.4.0
3535
nbformat>=5.9.2
3636
datasets
3737
transformers
38-
torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
3938
onnx
4039
onnxscript>=0.2.2
4140
onnxruntime
@@ -64,7 +63,6 @@ gym-super-mario-bros==7.4.0
6463
pyopengl
6564
gymnasium[mujoco]==0.27.0
6665
timm
67-
iopath
6866
pygame==2.6.0
6967
pycocotools
7068
semilearn==0.3.2

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ download:
7878
wget -nv -N https://download.pytorch.org/models/resnet18-5c106cde.pth -P $(DATADIR)
7979
cp $(DATADIR)/resnet18-5c106cde.pth prototype_source/data/resnet18_pretrained_float.pth
8080

81-
# Download vocab for beginner_source/flava_finetuning_tutorial.py
82-
wget -nv -N http://dl.fbaipublicfiles.com/pythia/data/vocab.tar.gz -P $(DATADIR)
83-
tar $(TAROPTS) -xzf $(DATADIR)/vocab.tar.gz -C ./beginner_source/data/
84-
8581
# Download PennFudanPed dataset for intermediate_source/torchvision_tutorial.py
8682
wget https://www.cis.upenn.edu/~jshi/ped_html/PennFudanPed.zip -P $(DATADIR)
8783
unzip -o $(DATADIR)/PennFudanPed.zip -d intermediate_source/data/

beginner_source/flava_finetuning_tutorial.py

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

index.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -818,15 +818,6 @@ Welcome to PyTorch Tutorials
818818
:link: advanced/sharding.html
819819
:tags: TorchRec,Recommender
820820

821-
.. Multimodality
822-
823-
.. customcarditem::
824-
:header: Introduction to TorchMultimodal
825-
:card_description: TorchMultimodal is a library that provides models, primitives and examples for training multimodal tasks
826-
:image: _static/img/thumbnails/torchrec.png
827-
:link: beginner/flava_finetuning_tutorial.html
828-
:tags: TorchMultimodal
829-
830821

831822
.. End of tutorial card section
832823
@@ -1102,11 +1093,3 @@ Additional Resources
11021093

11031094
intermediate/torchrec_intro_tutorial
11041095
advanced/sharding
1105-
1106-
.. toctree::
1107-
:maxdepth: 2
1108-
:includehidden:
1109-
:hidden:
1110-
:caption: Multimodality
1111-
1112-
beginner/flava_finetuning_tutorial

redirects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"beginner/ptcheat.html": "../index.html",
44
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
55
"recipes/bundled_inputs.html": "../index.html",
6-
"intermediate/torchserve_with_ipex.html": "../index.html",
6+
"intermediate/torchserve_with_ipex.html": "../index.html",
77
"intermediate/torchserve_with_ipex_2.html": "../index.html",
88
"recipes/torchserve_vertexai_tutorial.html": "../index.html",
9+
"beginner/flava_finetuning_tutorial.html": "../index.html",
910
}

0 commit comments

Comments
 (0)