Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Oct 30, 2023
1 parent a5fe55b commit fe05f6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
from transformers.modeling_outputs import CausalLMOutputWithPast
from transformers.models.bloom.modeling_bloom import build_alibi_tensor

from llmfoundry import (COMPOSER_MODEL_REGISTRY, ComposerHFCausalLM,
ComposerHFPrefixLM)
from llmfoundry import COMPOSER_MODEL_REGISTRY
from llmfoundry.models.hf.model_wrapper import HuggingFaceModelWithZLoss
from llmfoundry.models.layers import NORM_CLASS_REGISTRY, build_alibi_bias
from llmfoundry.models.layers.blocks import MPTBlock
Expand Down

0 comments on commit fe05f6e

Please sign in to comment.