|
|
help="path to write to; default: based on input. {ftype} will be replaced by the outtype.",
|
|
help="path to write to; default: based on input. {ftype} will be replaced by the outtype.",
|
|
|
- "--outtype", type=str, choices=["f32", "f16", "bf16", "q8_0", "auto"], default="f16",
|
|
|
|
|
|
|
+ "--outtype", type=str, choices=["f32", "f16", "bf16", "q8_0", "auto"], default="f32",
|
|
|
help="output format - use f32 for float32, f16 for float16, bf16 for bfloat16, q8_0 for Q8_0, auto for the highest-fidelity 16-bit float type depending on the first loaded tensor type",
|
|
help="output format - use f32 for float32, f16 for float16, bf16 for bfloat16, q8_0 for Q8_0, auto for the highest-fidelity 16-bit float type depending on the first loaded tensor type",
|