Skip to content

Commit c34ba4e

Browse files
committed
fix
1 parent 370e545 commit c34ba4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

colossalai/shardformer/layer/parallel_module.py

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def _load_from_state_dict(
120120
"received {}".format(key, type(input_param))
121121
)
122122
continue
123+
123124
if is_distributed_tensor(param):
124125
# shard the input param
125126
device_mesh = get_device_mesh(param)

0 commit comments

Comments
 (0)