MOTHER_CORE_V2 / tokenization_mother.py
MediaStreamAI's picture
chunk 600 W2.8 cutover BASE: tokenization_mother.py
23f6f9a verified
"""Trampoline file — imports the real tokenizer from mother_hf."""
import sys
sys.path.insert(0, '/home/ckenna/mother-core-reasoning')
from mother_hf.tokenization_mother import MotherCoreTokenizer
__all__ = ['MotherCoreTokenizer']