Commit ·
d6abd97
1
Parent(s): f472e23
Patch fix.
Browse files- 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 =
|
| 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 |
):
|