mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-24 14:33:20 +00:00
a commit for fake push test
This commit is contained in:
parent
1f6b57099c
commit
5470e5f94e
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user