File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ ax-platform>=0.4.0
3535nbformat >= 5.9.2
3636datasets
3737transformers
38- torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
3938onnx
4039onnxscript >= 0.2.2
4140onnxruntime
@@ -64,7 +63,6 @@ gym-super-mario-bros==7.4.0
6463pyopengl
6564gymnasium [mujoco ]== 0.27.0
6665timm
67- iopath
6866pygame == 2.6.0
6967pycocotools
7068semilearn == 0.3.2
Original file line number Diff line number Diff 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/
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments