Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Feb 13, 2024
1 parent b1ebe23 commit 1aff1e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer/core/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ def fsdp_sharded_state_dict_enabled(self):

@property
def fsdp_elastic_sharded_enabled(self):
# Deprecation warnign
warnings.warn('state.fsdp_elastic_sharded_enabled is deprecated and will be removed v0.21.0')
return self.fsdp_sharded_state_dict_enabled

Expand Down

0 comments on commit 1aff1e6

Please sign in to comment.