Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Apr 12, 2024
1 parent dec23af commit b0d2849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/models/mpt/modeling_mpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
build_attn_bias, gen_slopes)
from llmfoundry.models.layers.blocks import MPTBlock
from llmfoundry.models.layers.custom_embedding import SharedEmbedding
from llmfoundry.models.layers.layer_builders import build_ffn as build_ffn
from llmfoundry.models.layers.layer_builders import build_norm
from llmfoundry.models.mpt.configuration_mpt import MPTConfig
from llmfoundry.models.utils.config_moe_args import config_moe_args
Expand All @@ -65,6 +64,7 @@
generic_param_init_fn_, # type: ignore (see note)
MODEL_INIT_REGISTRY,
)
from llmfoundry.models.layers.ffn import resolve_ffn_act_fn # type: ignore (see note)

from llmfoundry.models.utils.act_ckpt import (pass_on_block_idx,
build_act_ckpt_mod_to_blocks,
Expand Down

0 comments on commit b0d2849

Please sign in to comment.