Skip to content

Commit

Permalink
Revert "Rename model_config to model_conf"
Browse files Browse the repository at this point in the history
This reverts commit 45a9c25.
  • Loading branch information
adk9 committed May 28, 2024
1 parent 45a9c25 commit 96edbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/runtime/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _deprecated_fields_check(self):
if field_info.json_schema_extra and field_info.json_schema_extra.get("deprecated", False):
self._process_deprecated_field(field_name)

model_conf = ConfigDict(
model_config = ConfigDict(
validate_default=True,
validate_assignment=True,
use_enum_values=True,
Expand Down

0 comments on commit 96edbbf

Please sign in to comment.