From d3c997401bd1b848a6a1d8a1e834818e9b471cc6 Mon Sep 17 00:00:00 2001 From: Logan Adams Date: Fri, 15 Mar 2024 12:18:12 -0700 Subject: [PATCH] Formatting --- tests/unit/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/common.py b/tests/unit/common.py index 6ce252c81fcf..1fd83de81f02 100644 --- a/tests/unit/common.py +++ b/tests/unit/common.py @@ -465,4 +465,4 @@ def preferred_dtype(): elif get_accelerator().is_bf16_supported(): return torch.bfloat16 else: - return torch.float32 \ No newline at end of file + return torch.float32