Skip to content

Commit

Permalink
Rename model_config to model_conf
Browse files Browse the repository at this point in the history
  • Loading branch information
adk9 committed May 28, 2024
1 parent 4cb7ac3 commit 45a9c25
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_config = ConfigDict(
model_conf = ConfigDict(
validate_default=True,
validate_assignment=True,
use_enum_values=True,
Expand Down

0 comments on commit 45a9c25

Please sign in to comment.