a commit for fake push test

This commit is contained in:
genghaozhe 2024-05-16 08:03:40 +00:00
parent 1f6b57099c
commit 5470e5f94e

View File

@ -40,9 +40,7 @@ EXAMPLE_MODELS = [
] ]
# bfloat16 cannot represent them exactly # bfloat16 cannot represent them exactly
BF16_IGNORED_KEYS = [ BF16_IGNORED_KEYS = ["masked_bias"]
"masked_bias",
]
def check_param(model: GeminiDDP, torch_model: torch.nn.Module, dtype: torch.dtype): def check_param(model: GeminiDDP, torch_model: torch.nn.Module, dtype: torch.dtype):