MediaStreamAI commited on
Commit
81d9647
·
verified ·
1 Parent(s): 65f4b78

chunk 600 W2.8 cutover BASE: modeling_mother.py

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