File size: 141 Bytes
e7c7a8c | 1 2 3 4 5 | from .configuration_afmoe import AfmoeConfig
from .modeling_afmoe import AfmoeForCausalLM
__all__ = ["AfmoeConfig", "AfmoeForCausalLM"]
|
e7c7a8c | 1 2 3 4 5 | from .configuration_afmoe import AfmoeConfig
from .modeling_afmoe import AfmoeForCausalLM
__all__ = ["AfmoeConfig", "AfmoeForCausalLM"]
|