Commit 1990a343 authored by rusty1s's avatar rusty1s
Browse files

update to torch nightly

parent 7318c1b8
...@@ -4,6 +4,8 @@ from torch.testing import get_all_dtypes ...@@ -4,6 +4,8 @@ from torch.testing import get_all_dtypes
dtypes = get_all_dtypes() dtypes = get_all_dtypes()
dtypes.remove(torch.half) dtypes.remove(torch.half)
dtypes.remove(torch.bool) dtypes.remove(torch.bool)
if torch.bfloat16 in dtypes:
dtypes.remove(torch.bfloat16)
grad_dtypes = [torch.float, torch.double] grad_dtypes = [torch.float, torch.double]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment