|
1 | 1 | one (1.30.0) focal jammy noble; urgency=medium |
2 | 2 |
|
3 | | - * Support more optimization option(s): `--dynamic_batch_to_single_batch`, |
| 3 | + * Support more optimization option(s): `--dynamic_batch_to_single_batch`, |
4 | 4 | `--fuse_rmsnorm`, `--fuse_rope`, `--fuse_rsqrt`. |
5 | | - * Introduce _one-import-pytorch_ for direct PyTorch import that converts |
| 5 | + * Introduce _one-import-pytorch_ for direct PyTorch import that converts |
6 | 6 | PyTorch modules straight to Circle. |
7 | 7 | * Support MX (microscaling) data type. |
8 | | - * Introduce _circle-mlir_ that converts new ops (e.g., ConvTranspose2D, |
9 | | - DepthwiseConv2D, ArgMax, Reduce*, Resize, Pooling, GELU, Sigmoid, Softmax, |
| 8 | + * Introduce _circle-mlir_ that converts new ops (e.g., ConvTranspose2D, |
| 9 | + DepthwiseConv2D, ArgMax, Reduce*, Resize, Pooling, GELU, Sigmoid, Softmax, |
10 | 10 | Slice/StridedSlice, Select, Gather, BatchMatMul) and validates shape inference. |
11 | | - * ONNX is converted from new _circle-mlir/onnx2circle_ tool (onnx-tf tool |
| 11 | + * ONNX is converted from new _circle-mlir/onnx2circle_ tool (onnx-tf tool |
12 | 12 | is deprecated) |
13 | | - * _luci-interpreter_ handles scalar indices in Gather and additional element |
| 13 | + * _luci-interpreter_ handles scalar indices in Gather and additional element |
14 | 14 | types across several kernels. |
15 | | - * Ubuntu22.04 with python3.10 is official supported platform, python3.10 is |
| 15 | + * Ubuntu22.04 with python3.10 is official supported platform, python3.10 is |
16 | 16 | necessary for Ubuntu20.04 and Ubuntu24.04 with python3.12 is experimentally supported. |
17 | | - * Python packages are upgraded to TensorFlow 2.19.0, ONNX 1.18.0, |
| 17 | + * Python packages are upgraded to TensorFlow 2.19.0, ONNX 1.18.0, |
18 | 18 | ONNXRuntime 1.21.1, Torch 2.7.0. |
19 | 19 |
|
20 | 20 | -- seongwoo <mhs4670go@naver.com> Tue, 01 Jul 2025 13:51:37 +0900 |
|
0 commit comments