yagizdevre commited on
Commit
d6abd97
·
1 Parent(s): f472e23

Patch fix.

Browse files
Files changed (1) hide show
  1. configuration_ministu.py +1 -1
configuration_ministu.py CHANGED
@@ -22,7 +22,7 @@ class MiniSTUConfig(PretrainedConfig):
22
  use_approx: bool = True,
23
  use_attn: bool = True,
24
  softcap: float = 50.0,
25
- torch_dtype: str = "bfloat16",
26
  device: str = None,
27
  **kwargs,
28
  ):
 
22
  use_approx: bool = True,
23
  use_attn: bool = True,
24
  softcap: float = 50.0,
25
+ torch_dtype: str = torch.bfloat16,
26
  device: str = None,
27
  **kwargs,
28
  ):