MoLA-v0.7-8x4b / __init__.py
AtAndDev's picture
Upload MoLA-LM: Mixture of LoRA Adapters Language Model
a14fa3f verified
raw
history blame contribute delete
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"]