mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
fix param type
Former-commit-id: 11b99f344416ade1cdac52e11ba7f36fcf689221
This commit is contained in:
parent
79f301a2c6
commit
67f7034a21
@ -157,7 +157,7 @@ class ExportArguments:
|
|||||||
default=128,
|
default=128,
|
||||||
metadata={"help": "The number of samples used for quantization."}
|
metadata={"help": "The number of samples used for quantization."}
|
||||||
)
|
)
|
||||||
export_quantization_maxlen: Optional[str] = field(
|
export_quantization_maxlen: Optional[int] = field(
|
||||||
default=1024,
|
default=1024,
|
||||||
metadata={"help": "The maximum length of the model inputs used for quantization."}
|
metadata={"help": "The maximum length of the model inputs used for quantization."}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user