Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Mar 15, 2024
1 parent a436b36 commit d3c9974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,4 @@ def preferred_dtype():
elif get_accelerator().is_bf16_supported():
return torch.bfloat16
else:
return torch.float32
return torch.float32

0 comments on commit d3c9974

Please sign in to comment.