[feat] support HyperParallel PT training and activation optimization (#10370)

This commit is contained in:
Cui-yshoho
2026-06-02 22:39:32 +08:00
committed by GitHub
parent a98a1ef101
commit 053d43c0ac
5 changed files with 326 additions and 44 deletions

View File

@@ -487,7 +487,7 @@ class FinetuningArguments(
metadata={
"help": (
"Whether or not to use HyperParallel distributed training backend (FSDP/TP). "
"Only supported for the 'sft' stage with full fine-tuning."
"Only supported for the 'pt' and 'sft' stages with full fine-tuning."
)
},
)