Skip to content

Commit 0eb74b4

Browse files
Merge pull request #2701 from AI-Hypercomputer:enable-tunix
PiperOrigin-RevId: 833065657
2 parents 62b249a + bf07a8e commit 0eb74b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MaxText/integration/tunix/tunix_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TunixMaxTextAdapter(nnx.Module):
3636
def __init__(
3737
self,
3838
base_model: Transformer,
39-
use_standalone_mappings: bool = False,
39+
use_standalone_mappings: bool = True,
4040
):
4141
super().__init__()
4242
self.base = base_model

0 commit comments

Comments
 (0)