Skip to content

1.26.1

Compare
Choose a tag to compare
@PINTO0309 PINTO0309 released this 14 Oct 23:58
· 3 commits to main since this release
9a4c2e9
  • Added Float32 as an option for input and output types after quantization.
    -iqd {int8,uint8,float32}, --input_quant_dtype {int8,uint8,float32}
      Input dtypes when doing Full INT8 Quantization.
      "int8"(default) or "uint8" or "float32"
    
    -oqd {int8,uint8,float32}, --output_quant_dtype {int8,uint8,float32}
      Output dtypes when doing Full INT8 Quantization.
      "int8"(default) or "uint8" or "float32"

What's Changed

New Contributors

Full Changelog: 1.26.0...1.26.1