File size: 231 Bytes
81d9647
 
 
 
 
1
2
3
4
5
6
"""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']