We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62b249a + bf07a8e commit 0eb74b4Copy full SHA for 0eb74b4
1 file changed
src/MaxText/integration/tunix/tunix_adapter.py
@@ -36,7 +36,7 @@ class TunixMaxTextAdapter(nnx.Module):
36
def __init__(
37
self,
38
base_model: Transformer,
39
- use_standalone_mappings: bool = False,
+ use_standalone_mappings: bool = True,
40
):
41
super().__init__()
42
self.base = base_model
0 commit comments