Revert "Add switchable DIFF V1 attention"

This reverts commit bf5cae8758.
This commit is contained in:
2026-08-21 13:16:39 +08:00
parent bf5cae8758
commit 9ccc6b56ec
7 changed files with 4 additions and 453 deletions

View File

@@ -231,7 +231,6 @@ def build_model_from_dataset(
dist_mode=str(cfg_get(args, cfg, "dist_mode", "exponential")),
dropout=float(cfg_get(args, cfg, "dropout", 0.0)),
model_architecture=model_architecture,
attention_type=str(cfg_get(args, cfg, "attention_type", "standard")),
)