Skip to content

Commit 5d437b1

Browse files
committed
Update
[ghstack-poisoned]
2 parents 19760fc + 74c95fe commit 5d437b1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

backends/test/suite/models/test_torchaudio.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
from 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

backends/test/suite/models/test_torchvision.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
from 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

0 commit comments

Comments
 (0)