Skip to content

Commit 41c299f

Browse files
authored
[Backend Tester] Don't run fp64 model tests (#13982)
They add to a lot of failures and double precision isn't commonly used. We can look at re-enabling these in the future. Ideally all backends would just not delegate if they can't run it.
1 parent 2517376 commit 41c299f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/test/suite/models/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
DTYPES: list[torch.dtype] = [
2323
torch.float16,
2424
torch.float32,
25-
torch.float64,
2625
]
2726

2827

0 commit comments

Comments
 (0)