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