mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-08-17 21:45:48 +08:00
[feat] support HyperParallel PT training and activation optimization (#10370)
This commit is contained in:
@@ -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."
|
||||
)
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user