diff --git a/composer/core/state.py b/composer/core/state.py index 13026f9b86..cc97cb8391 100644 --- a/composer/core/state.py +++ b/composer/core/state.py @@ -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