mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
remove the call to param.ds_tensor from print (#3928)
This commit is contained in:
@ -1290,7 +1290,7 @@ class Init(InsertPostInitMethodToModuleSubClasses):
|
||||
|
||||
def _partition(self, param_list, force=False, has_been_updated=False):
|
||||
for param in param_list:
|
||||
print_rank_0(f"Before Partitioning Param {param.ds_id} pri: {param.ds_tensor}", force=False)
|
||||
print_rank_0(f"Before Partitioning Param {param.ds_id}", force=False)
|
||||
if self.zero_param_process_group is not None:
|
||||
self._partition_param_sec(param, has_been_updated=has_been_updated)
|
||||
self._partition_param(param, has_been_updated=has_been_updated)
|
||||
|
Reference in New Issue
Block a user