File size: 233 Bytes
23f6f9a
 
 
 
 
1
2
3
4
5
6
"""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']