We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb4e59 commit 661f4faCopy full SHA for 661f4fa
tests/test_loss_linear.py
@@ -7,7 +7,7 @@
7
supported_dtypes = [
8
torch.float32,
9
torch.float16,
10
- #torch.bfloat16,
+ # torch.bfloat16, ### tests fail on bfloat16
11
]
12
13
# Define the fixture that provides the num_steps argument
0 commit comments