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