File tree Expand file tree Collapse file tree 5 files changed +2
-214
lines changed Expand file tree Collapse file tree 5 files changed +2
-214
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ ax-platform>=0.4.0
35
35
nbformat >= 5.9.2
36
36
datasets
37
37
transformers
38
- torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
39
38
onnx
40
39
onnxscript >= 0.2.2
41
40
onnxruntime
@@ -64,7 +63,6 @@ gym-super-mario-bros==7.4.0
64
63
pyopengl
65
64
gymnasium [mujoco ]== 0.27.0
66
65
timm
67
- iopath
68
66
pygame == 2.6.0
69
67
pycocotools
70
68
semilearn == 0.3.2
Original file line number Diff line number Diff line change @@ -78,10 +78,6 @@ download:
78
78
wget -nv -N https://download.pytorch.org/models/resnet18-5c106cde.pth -P $(DATADIR)
79
79
cp $(DATADIR)/resnet18-5c106cde.pth prototype_source/data/resnet18_pretrained_float.pth
80
80
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
-
85
81
# Download PennFudanPed dataset for intermediate_source/torchvision_tutorial.py
86
82
wget https://www.cis.upenn.edu/~jshi/ped_html/PennFudanPed.zip -P $(DATADIR)
87
83
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
818
818
:link: advanced/sharding.html
819
819
:tags: TorchRec,Recommender
820
820
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
-
830
821
831
822
.. End of tutorial card section
832
823
@@ -1102,11 +1093,3 @@ Additional Resources
1102
1093
1103
1094
intermediate/torchrec_intro_tutorial
1104
1095
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 3
3
"beginner/ptcheat.html" : "../index.html" ,
4
4
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html" : "../index.html" ,
5
5
"recipes/bundled_inputs.html" : "../index.html" ,
6
- "intermediate/torchserve_with_ipex.html" : "../index.html" ,
6
+ "intermediate/torchserve_with_ipex.html" : "../index.html" ,
7
7
"intermediate/torchserve_with_ipex_2.html" : "../index.html" ,
8
8
"recipes/torchserve_vertexai_tutorial.html" : "../index.html" ,
9
+ "beginner/flava_finetuning_tutorial.html" : "../index.html" ,
9
10
}
You can’t perform that action at this time.
0 commit comments