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