mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-23 14:10:29 +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
|
||||
BF16_IGNORED_KEYS = [
|
||||
"masked_bias",
|
||||
]
|
||||
BF16_IGNORED_KEYS = ["masked_bias"]
|
||||
|
||||
|
||||
def check_param(model: GeminiDDP, torch_model: torch.nn.Module, dtype: torch.dtype):
|
||||
|
Loading…
Reference in New Issue
Block a user