Key Changes
- Engine Updates
- OnnxRuntime Updated to 1.21.0
Enhancements
- [tokenizers] Add lasttoken pooling by @xyang16 in #3607
- [api] Provide concrete implementation of TranslatorContext by @xyang16 in #3622
- [api] Add zero shot object detection support by @xyang16 in #3626
- [api] Adds zero short image classification support by @xyang16 in #3628
- Adds yolov8s-world2 model support by @xyang16 in #3637
- [tensorflow] Allow retrieving available signatures for TensorFlow models by @xyang16 in #3638
- [api] Improve listModel performance by @xyang16 in #3641
- [tokenizers] Adds SparseRetrievalTranslator by @xyang16 in #3642
- [tokenizers] Fix tokenizer name in tests by @xyang16 in #3652
- [tokenizer] Updates tokenizers to 0.21.1 by @xyang16 in #3654
- [onnxruntime] Updates OnnxRuntime to 1.21.0 by @xyang16 in #3678
- [examples] Add WhisperJet model demo by @xyang16 in #3681
- [pytorch] Add diff support by @saedmanaf in #3663
Bug Fixes
- [examples] fixing some dependencies and test requirements by @sindhuvahinis in #3605
- [onnxruntime] Fixes intraOpNumThreads bug by @xyang16 in #3630
- [ci] Fixes build.gradle for integration by @xyang16 in #3635
- [ci] Fixes system properties in gradle build script by @xyang16 in #3636
- Fix: Corrected 16-bit PCM normalization to avoid overflow issue by @leleZeng in #3646
- Fix rust build with update candle-core the 0.8.4 version by @xyang16 in #3645
- Fixed rust build with update candle-core the 0.8.4 version by @xyang16 in #3649
- [fix] LRUReplayBuffer "stepToReplace" index fix by @dwctic in #3660
Documentation
- docs: added a link to the continuous badge by @operagxoksana in #3668
- [doc] Update onnxruntime readme by @xyang16 in #3669
- chore: edited badges by @operagxoksana in #3670
- chore: added an icon to the release by @operagxoksana in #3671
- Correct 'Load Model' documentation: method ImageClassificationTranslator.builder().setSynsetArtifactName() does not exist by @xinhuagu in #3677
CI/CD
- [release] Release DJL 0.32.0 by @sindhuvahinis in #3603
- bump build version to 0.33.0 by @siddvenk in #3627
- [ci] Upgrade gradle to 8.13 by @xyang16 in #3650
- [ci] Fixes CI build for cmake 4.0.0 by @xyang16 in #3659
- Bump openssl from 0.10.71 to 0.10.72 in /extensions/tokenizers/rust by @dependabot in #3661
- update some dependency versions by @siddvenk in #3665
- remove status from log4j configuration of status logger by @siddvenk in #3667
- Remove unnecessary exclusion for testng by @xyang16 in #3687
- Updates dependencies version by @xyang16 in #3688
- [onnx] use zulu jdk to fix windows issues by @siddvenk in #3683
- [onnx] fix one more usage of java distribution to zulu for windows by @siddvenk in #3684
New Contributors
- @leleZeng made their first contribution in #3646
- @dwctic made their first contribution in #3660
- @saedmanaf made their first contribution in #3663
- @xinhuagu made their first contribution in #3677
Full Changelog: v0.32.0...v0.33.0