Skip to content

Commit 3e8a9f0

Browse files
committed
resolve conflict
1 parent 49663f1 commit 3e8a9f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddleformers/trainer/training_args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,7 @@ class TrainingArguments:
10961096
default=False,
10971097
metadata={"help": "Use fast pretrain version of DeepSeekV3."},
10981098
)
1099+
pp_seg_method: Optional[str] = field(default=None, metadata={"help": "PP Segmentation Method"})
10991100

11001101
def __post_init__(self):
11011102
world_size = paddle.distributed.get_world_size()

0 commit comments

Comments
 (0)