Files
wehub-resource-sync a203934033
Lint test / lint (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:34:58 +08:00

10 lines
210 B
Python

from dataclasses import dataclass
from .sft_args import MegatronSftArguments
@dataclass
class MegatronPretrainArguments(MegatronSftArguments):
use_chat_template: bool = False
loss_scale: str = 'all'