Skip to content

Commit

Permalink
Update src/axolotl/utils/models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored Apr 1, 2024
1 parent abf2ae4 commit 3de314d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/axolotl/utils/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ def get_module_class_from_name(module, name):
if module_class is not None:
return module_class

raise ValueError(f"module class {name} not found in {module.__class__.__name__}")


def check_model_config(cfg: DictDefault, model_config: Union[AutoConfig, DictDefault]):
quant_config_exists = (
Expand Down

0 comments on commit 3de314d

Please sign in to comment.