refactor: 重命名pretrain 和 sft 脚本

This commit is contained in:
2025-07-21 19:58:15 +08:00
parent c2821c150a
commit f9ce67e03c
3 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -97,8 +97,8 @@ def dump_pkl_files(
output_package: Dict[str, Tensor] = {}
for key in output_keys:
print(f"Packaging key: '{key}'")
if packing_size > 0:
print(f"Packaging key: '{key}'")
arrows[key] = pack_sequences(arrows[key], packing_size, pad_value)
sequence = torch.cat(arrows[key])
output_package[key] = sequence