Skip to content

Commit cb6c8b7

Browse files
committed
update to torch nightly
1 parent 0a9f541 commit cb6c8b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
dtypes.remove(torch.half)
77
dtypes.remove(torch.short) # PyTorch scatter does not work on short types.
88
dtypes.remove(torch.bool)
9+
if torch.bfloat16 in dtypes:
10+
dtypes.remove(torch.bfloat16)
911

1012
grad_dtypes = [torch.float, torch.double]
1113

0 commit comments

Comments
 (0)