refactor(parallel): 重构parallel模块

This commit is contained in:
2025-12-13 22:16:17 +08:00
parent a30ddca517
commit d882f65579
8 changed files with 120 additions and 91 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class TrainConfig:
)
# others
kwargs: dict = field(
extra_kwargs: dict = field(
default_factory=dict,
metadata={"help": "Other arguments."}
)