File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
backends/test/suite/models Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2121from torch .export import Dim
2222
2323#
24- # This file contains model integration tests for supported torchaudio models.
24+ # This file contains model integration tests for supported torchaudio models. As many torchaudio
25+ # models are not export-compatible, this suite contains a subset of the available models and may
26+ # grow over time.
2527#
2628
2729
Original file line number Diff line number Diff line change 2020from torch .export import Dim
2121
2222#
23- # This file contains model integration tests for supported torchvision models.
23+ # This file contains model integration tests for supported torchvision models. This
24+ # suite intends to include all export-compatible torchvision models. For models with
25+ # multiple size variants, one small or medium variant is used.
2426#
2527
2628
You can’t perform that action at this time.
0 commit comments