Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Feb 6, 2024
1 parent d0cbd11 commit 82434b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llmfoundry/models/mpt/configuration_mpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# isort: off
from llmfoundry.models.layers.fc import FC_CLASS_REGISTRY # type: ignore (see note)
from llmfoundry.models.layers.norm import LPLayerNorm # type: ignore (see note)
from llmfoundry.models.layers.ffn import FFN_CLASS_REGISTRY
from llmfoundry.models.layers.ffn import FFN_CLASS_REGISTRY # type: ignore (see note)

from llmfoundry.utils.warnings import VersionedDeprecationWarning # type: ignore (see note)
from llmfoundry.utils.warnings import VersionedDeprecationWarning

ffn_config_defaults: Dict = {
'ffn_type': 'mptmlp',
Expand Down

0 comments on commit 82434b2

Please sign in to comment.