| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aimet_torch-2.34.0+cpu-py310-none-any.whl | 2026-06-29 | 784.0 kB | |
| aimet_onnx-2.34.0+cpu-cp310-abi3-manylinux_2_34_x86_64.whl | 2026-06-29 | 769.1 kB | |
| aimet_onnx-2.34.0+cpu-cp310-abi3-win_amd64.whl | 2026-06-29 | 668.9 kB | |
| aimet_onnx-2.34.0+cpu-cp310-abi3-win_arm64.whl | 2026-06-29 | 638.7 kB | |
| aimet_onnx-2.34.0-cp310-abi3-manylinux_2_34_x86_64.whl | 2026-06-29 | 68.8 MB | |
| aimet_torch-2.34.0+cu126-py310-none-any.whl | 2026-06-29 | 784.0 kB | |
| aimet_torch-2.34.0-py310-none-any.whl | 2026-06-29 | 784.0 kB | |
| aimet_onnx-2.34.0+cu126-cp310-abi3-manylinux_2_34_x86_64.whl | 2026-06-29 | 68.9 MB | |
| README.md | 2026-06-28 | 1.9 kB | |
| Version 2.34.0 source code.tar.gz | 2026-06-28 | 9.5 MB | |
| Version 2.34.0 source code.zip | 2026-06-28 | 10.3 MB | |
| Totals: 11 Items | 161.9 MB | 1 | |
2.34.0
-
Bug fixes and Improvements
-
ONNX
- Added
fold_param_quantizers()toQuantizationSimModelto bake param QDQ into initializers for faster inference (bc1b47e18) - Excluded SpinQuant R3 online rotations from sequential MSE to avoid shape mismatches under GQA (901cd936d)
- Supported ScatterElements KV-cache pattern in
_tie_quantizers_for_kv_cache(94551756e) - Aligned
QcQuantizeOp.quantize_dequantizeoutput dtype with input (9e1195254) - Emit per-channel axis for fused bias quantizers in ONNX QDQ export (725ffe724)
- Added
-
Torch
- Implemented int32 bias overflow protection (d1b9b0c2b)
- Removed graph breaks from almost all quantized modules for improved
torch.compileperformance (18501cbdb) - Precomputed transposed MatMul weight at ONNX QDQ export time, removing the intermediate transpose in
nn.Linearexport (a203e14fe) - Enabled exporting
FloatQuantizeDequantizewith the dynamo-based ONNX exporter (97e64111a) - Worked around
torch.jit.tracebug on Gather-ScatterElements sequences (170ccf418) - Represented mxfp4 e8m0 scale with float32 (ccdeabc10)
- Propagated
block_sizeattribute throughFloatEncoding.to()(1feeb5fc5) - Added optional
producerattribute toEncodingBase(4eff161e5) - Skip importing InternVL on transformers < 4.52 without raising (3737b161f)
- AdaScale: Enabled AdaScale for Gemma 4 (674805703)
-
Common
- AdaScale: Made block loss function configurable (25aeac5a1)
- AdaScale: Made scaled (sum-over-seq-dim) loss the default block loss function (c1a2c4444)
-
-
Documentation
- Refactored GenAI model results, added AIMET Torch companion recipe page, and added Qwen3 0.6B/1.7B recipe rows (b9d1a1034, b5452d769)