Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankMosaicML committed Jun 25, 2024
1 parent 0a3f1b4 commit b74330e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/models/mpt/configuration_mpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def __init__(

self._validate_config()

def _validate_block_overrides(self, block_overrides):
def _validate_block_overrides(self, block_overrides: Dict[str, Any]):
warnings.warn(ExperimentalWarning('block_overrides'))
if 'start' not in block_overrides and 'repeating_pattern' not in block_overrides and 'end' not in block_overrides:
raise ValueError(
Expand Down

0 comments on commit b74330e

Please sign in to comment.