Skip to content

Commit 1c6f5a2

Browse files
gobbleturkGoogle-ML-Automation
authored andcommitted
Mainly internal tokenizer path fix
PiperOrigin-RevId: 810134577
1 parent 0baff00 commit 1c6f5a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/MaxText/pyconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ def __init__(self, argv: list[str], **kwargs):
580580
MAXTEXT_REPO_ROOT,
581581
os.path.join(MAXTEXT_REPO_ROOT, "src", "MaxText"),
582582
MAXTEXT_PKG_DIR,
583+
os.path.dirname(config_name)
583584
):
584585
tokenizer_path = os.path.join(
585586
search_root,

0 commit comments

Comments
 (0)