mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 04:32:50 +08:00
fix param type
Former-commit-id: ba69378841778410f8004385df3fd4c41e5fa573
This commit is contained in:
parent
fee0fef052
commit
ce79528bb1
@ -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