Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 252047a

Browse files
committed
remove unused temporal_self_attention attribute from DiTWithAdaLNSubmodules class
1 parent 514ba1b commit 252047a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dfm/src/megatron/model/dit/dit_layer_spec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646

4747
@dataclass
4848
class DiTWithAdaLNSubmodules(TransformerLayerSubmodules):
49-
temporal_self_attention: Union[ModuleSpec, type] = IdentityOp
5049
full_self_attention: Union[ModuleSpec, type] = IdentityOp
5150

5251

0 commit comments

Comments
 (0)