fix param type
Former-commit-id: 11b99f344416ade1cdac52e11ba7f36fcf689221
This commit is contained in:
@@ -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."}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user