Skip to content

Commit bf07a8e

Browse files
Enable vllm standalone mappings by default.
1 parent 62b249a commit bf07a8e

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)