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