Trinity-Large-Thinking / __init__.py
Anneketh Vij
Add files using upload-large-folder tool
44bc97d verified
raw
history blame
141 Bytes
from .configuration_afmoe import AfmoeConfig
from .modeling_afmoe import AfmoeForCausalLM
__all__ = ["AfmoeConfig", "AfmoeForCausalLM"]