MediaStreamAI commited on
Commit
23f6f9a
·
verified ·
1 Parent(s): 81d9647

chunk 600 W2.8 cutover BASE: tokenization_mother.py

Browse files
Files changed (1) hide show
  1. tokenization_mother.py +5 -0
tokenization_mother.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ """Trampoline file — imports the real tokenizer from mother_hf."""
2
+ import sys
3
+ sys.path.insert(0, '/home/ckenna/mother-core-reasoning')
4
+ from mother_hf.tokenization_mother import MotherCoreTokenizer
5
+ __all__ = ['MotherCoreTokenizer']