|
2 | 2 | <package> |
3 | 3 | <metadata> |
4 | 4 | <id>Microsoft.ML.OnnxRuntime.Extensions</id> |
5 | | - <version>0.8.0-alpha</version> |
| 5 | + <version>0.8.0</version> |
6 | 6 | <authors>Microsoft</authors> |
7 | 7 | <owners>Microsoft</owners> |
8 | 8 | <description>ONNX Runtime Extensions NuGet Package</description> |
9 | 9 | <releaseNotes> |
10 | | - General |
11 | | - 1. New custom operators: Whisper, DrawBoundingBoxes, RobertaTokenizer, ClipTokenizer, EncodeImage, DecodeImage |
12 | | - 2. Optional input/output support |
13 | | - 3. ORT custom operator C++ stub generation tool |
14 | | - 4. Operator implementation and documentation improved. |
15 | | - |
16 | | - Mobile |
17 | | - 1. Android package: Maven |
18 | | - 2. iOS package: CocoaPods |
19 | | - 3. PrePostProcessor tool for mobile model |
20 | | - 4. Super-resolution model pre- / post- processing end-to-end examples |
21 | | - </releaseNotes> |
| 10 | + 1. NuGet package for the .NET platform. This package offers comprehensive platform support, including Windows, Linux, MacOS, Android, and iOS. Both x64 and arm64 architectures are supported, where applicable. |
| 11 | + 2. Support for pre-processing and post-processing of the Whisper model, inclusive of Audio and Tokenizer decoding operators. |
| 12 | + 3. Extends support for pre-processing and post-processing of object-detection models, including a new DrawBoundingBoxes operator. Pre/post processing tools can add non-max-suppression to the model to select the best bounding boxes, and scale those to the original image. See the end-to-end example in yolo_e2e.py. |
| 13 | + 4. Introduces the Audio Domain, complemented with AudioCodec and optimized STFT Operators, enhancing audio processing capabilities. |
| 14 | + 5. Enabled optional input/output support for some operators such as GPT2Tokenizer, ClipTokenizer, and RobertaTokenizer. |
| 15 | + 6. Refined the implementation of offset mapping for BBPE-style tokenizers for more operators and efficiency improvement. |
| 16 | + 7. Other bug and security fixes. |
| 17 | + </releaseNotes> |
22 | 18 | <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
23 | 19 | <tags>ONNX ONNXRuntime AI Machine Learning</tags> |
24 | 20 | <icon>ORT_icon_for_light_bg.png</icon> |
|
0 commit comments