Formatting again

This commit is contained in:
Casper
2023-12-10 17:23:06 +01:00
parent 083beb6425
commit 279a1401b5

View File

@@ -3,7 +3,7 @@ Custom modeling code for mixtral
"""
from .configuration_moe_mistral import MixtralConfig # noqa
from .modeling_moe_mistral import ( # noqa
from .modeling_moe_mistral import ( # noqa
MixtralForCausalLM,
replace_mixtral_mlp_with_swiglu,
)
)