Version 2.9.0
What's Changed
- Bug Fixes and Improvements
- ONNX
- Rename QuantizeLinear outputs from <...>_int to <...>_q in onnx QDQ export (e78dbec)
- Preserve I/O names in onnx QDQ export (35ad990)
- Allow freezing loaded encodings in load_encodings_to_sim (911af75)
- Represent activation QDQ with uint in encodings 2.0.0 in onnx QDQ export (92f63f5)
- Allow aimet-onnx to load partial encodings (6636515)
- Fix onnx sim.export permanently removing quantizers (9a2a407)
- Fix onnx QDQ export output name swapping bug (6d1664c)
- Switch AdaRound API naming to num_iterations (fea395f)
- PyTorch
- common
- Add docs to build aimet from source (ae981f7)
- ONNX