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