Skip to content

Commit

Permalink
circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Oct 25, 2024
1 parent e1f61c5 commit 8ea0d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/models/llm_embed/modeling_llm_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from transformers import PreTrainedTokenizerBase
from transformers.modeling_outputs import CausalLMOutputWithPast

from llmfoundry import MPTConfig
from llmfoundry.models.mpt.configuration_mpt import MPTConfig
from llmfoundry.models.hf.hf_causal_lm import ComposerHFCausalLM
from llmfoundry.models.mpt.modeling_mpt import MPTForCausalLM
from llmfoundry.models.utils.config_moe_args import create_set_process_group
Expand Down

0 comments on commit 8ea0d99

Please sign in to comment.