fix(train): 更新训练函数参数传递方式

This commit is contained in:
2025-10-29 13:23:53 +08:00
parent f2448a5147
commit bad6243b53
+1 -1
View File
@@ -75,7 +75,7 @@ def train(
train_type=train_type,
load_path=cache_files,
max_len=max_len,
step_size=step_size
step_size=step_size,
**kwargs
)