Skip to content

Commit 81dfb07

Browse files
committed
Update
[ghstack-poisoned]
1 parent 42a5de5 commit 81dfb07

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
@@ -20,7 +20,9 @@
2020
from torch.export import Dim
2121

2222
#
23-
# This file contains model integration tests for supported torchaudio models.
23+
# This file contains model integration tests for supported torchaudio models. As many torchaudio
24+
# models are not export-compatible, this suite contains a subset of the available models and may
25+
# grow over time.
2426
#
2527

2628

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)