mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-22 21:52:51 +08:00
Update model_args.py
Former-commit-id: bb2e6b0ea3d5ac62401f075a05feccca3afbc4b4
This commit is contained in:
parent
fb14d57e97
commit
28d9d7274d
@ -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."},
|
||||
|
Loading…
x
Reference in New Issue
Block a user