Skip to content

Commit

Permalink
removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bcui19 committed Dec 5, 2023
1 parent 80cd4e5 commit ccba914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llmfoundry/models/layers/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

from llmfoundry.models.layers.attention import ATTN_CLASS_REGISTRY
from llmfoundry.models.layers.ffn import FFN_CLASS_REGISTRY, build_ffn
# from llmfoundry.models.layers.ffn_padding_utils import pad_input, unpad_input
from llmfoundry.models.layers.norm import NORM_CLASS_REGISTRY

attn_config_defaults: Dict = {
Expand Down

0 comments on commit ccba914

Please sign in to comment.