MoLA-v0.6-9x4b / __init__.py
AtAndDev's picture
Upload MoLA-LM: Mixture of LoRA Adapters Language Model
da1403d verified
raw
history blame
195 Bytes
"""
MoLA-LM: Mixture of LoRA Adapters Language Model
"""
from .configuration_mola_lm import MoLAConfig
from .modeling_mola_lm import MoLAForCausalLM
__all__ = ["MoLAConfig", "MoLAForCausalLM"]