File size: 141 Bytes
d5ccf82
 
 
 
1
2
3
4
5
from .configuration_afmoe import AfmoeConfig
from .modeling_afmoe     import AfmoeForCausalLM

__all__ = ["AfmoeConfig", "AfmoeForCausalLM"]