chore: import upstream snapshot with attribution
Lint test / lint (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:34:58 +08:00
commit a203934033
1368 changed files with 175001 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Copyright (c) ModelScope Contributors. All rights reserved.
from .app_args import AppArguments
from .base_args import BaseArguments, DataArguments, ModelArguments, TemplateArguments, get_supported_tuners
from .deploy_args import DeployArguments, RolloutArguments
from .eval_args import EvalArguments
from .export_args import ExportArguments
from .infer_args import InferArguments
from .pretrain_args import PretrainArguments
from .rlhf_args import RLHFArguments
from .sampling_args import SamplingArguments
from .sft_args import SftArguments
from .tuner_args import TunerArguments
from .webui_args import WebUIArguments