mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 11:20:35 +08:00
improve aqlm optim
This commit is contained in:
@@ -121,6 +121,9 @@ class ModelArguments:
|
||||
default=False,
|
||||
metadata={"help": "For debugging purposes, print the status of the parameters in the model."},
|
||||
)
|
||||
aqlm_optimization: Optional[bool] = field(
|
||||
default=False, metadata={"help": "Whether or not to optimize the training performance of AQLM models."}
|
||||
)
|
||||
|
||||
def __post_init__(self):
|
||||
self.compute_dtype = None
|
||||
|
||||
Reference in New Issue
Block a user