Update model_args.py

This commit is contained in:
hoshi-hiyouga 2024-05-11 23:57:05 +08:00 committed by GitHub
parent 708aa5e098
commit bb2e6b0ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -85,10 +85,6 @@ class ModelArguments:
default=False,
metadata={"help": "Whethor or not to use multimodal LLM that accepts visual inputs."},
)
autocast_projector: bool = field(
default=True,
metadata={"help": "Whethor or not to autocast projector."},
)
moe_aux_loss_coef: Optional[float] = field(
default=None,
metadata={"help": "Coefficient of the auxiliary router loss in mixture-of-experts model."},