Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DJL v0.34.0 Release source code.tar.gz | 2025-08-12 | 13.9 MB | |
DJL v0.34.0 Release source code.zip | 2025-08-12 | 15.8 MB | |
README.md | 2025-08-12 | 5.6 kB | |
Totals: 3 Items | 29.7 MB | 0 |
Key Changes
- Engine Updates
- PyTorch 2.7.1 https://github.com/deepjavalibrary/djl/pull/3733
- Remove TensorRT engine https://github.com/deepjavalibrary/djl/pull/3765
Enhancements
- [api] Adds FUSE based repository support by @raymondkhliu in https://github.com/deepjavalibrary/djl/pull/3695
- Treat model server as a remote model by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3704
- Align ZeroShotClassificationTranslator with Hugging Face behavior by @raphaeldelio in https://github.com/deepjavalibrary/djl/pull/3712
- Remove usage of UUID.randomUUID() for better performance by @aakashb-kayzen in https://github.com/deepjavalibrary/djl/pull/3719
- Replace UUID with NDManager.nextUid() by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3720
- Add NDArray diagonal by @dev-jonghoonpark in https://github.com/deepjavalibrary/djl/pull/3724
- [api] Implements remote REST API call as a model by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3725
- Adds jsonlines streaming support for RpcEngine by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3727
- Adds genai extension by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3726
- [genai] tool calls to ChatInput by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3728
- Add utility class for genai function call by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3729
- Improve function call for genai extension by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3731
- Support convert ChatInput to GeminiInput by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3739
- Add partial support for HuggingFace Tokenizer to use parameters from tokenizer_config.json by @Soha-Agarwal in https://github.com/deepjavalibrary/djl/pull/3738
- Add Anthropic support from genai by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3759
Bug Fixes
- Correct CaptchaDataset options count to prevent torch.gather IndexError by @xinhuagu in https://github.com/deepjavalibrary/djl/pull/3694
- Fix dimension check when reshaping offsets in SeqBatcher by @xinhuagu in https://github.com/deepjavalibrary/djl/pull/3702
- Fix the incorrect function name and minor typo in doc by @xinhuagu in https://github.com/deepjavalibrary/djl/pull/3703
- Fix incorrect return value in getImageHeight method by @xinhuagu in https://github.com/deepjavalibrary/djl/pull/3706
- [djl_converter]: Fixes djl_converter bug by @raymondkhliu in https://github.com/deepjavalibrary/djl/pull/3705
- Fix the out of bounds exception when using an init image by @luke-zhou in https://github.com/deepjavalibrary/djl/pull/3717
- Fix earlystopping metric issue [#3722] by @SamBSalgado in https://github.com/deepjavalibrary/djl/pull/3736
- [tokenizers] Fix tokenizer cpu and cuda build by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3756
- [examples] Update tfhub urls by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3752
- Update tfhub repository url by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3755
Documentation
- [docs] Update model zoo document by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3690
CI/CD
- increase build version to 0.34.0 by @siddvenk in https://github.com/deepjavalibrary/djl/pull/3689
- Uses new recommended way to build pip wheel by @raymondkhliu in https://github.com/deepjavalibrary/djl/pull/3709
- Bump protobuf from 3.20.2 to 4.25.8 in /extensions/tokenizers/src/main/python by @dependabot[bot] in https://github.com/deepjavalibrary/djl/pull/3716
- [android] Upgrade DJL version to 0.34.0 by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3721
- [ci] simplify nightly publish workflow by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3732
- [ci] Update maven central publish url and credential by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3748
- [djl-converter] Update license in pyproject.toml by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3749
- [pytorch] Updates PyTorch to 2.7.1 by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3733
- [ci] Remove serving-publish workflow by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3750
- Update oss sonatype snapshot repository url by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3754
- Upgrade dependency versions by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3762
- [android] Upgrade pytorch version to 2.7.1 by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3763
- [ci] Add post-publish task by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3764
- Increase DJL version to 0.34.0 by @Soha-Agarwal in https://github.com/deepjavalibrary/djl/pull/3758
New Contributors
- @raymondkhliu made their first contribution in https://github.com/deepjavalibrary/djl/pull/3695
- @raphaeldelio made their first contribution in https://github.com/deepjavalibrary/djl/pull/3712
- @luke-zhou made their first contribution in https://github.com/deepjavalibrary/djl/pull/3717
- @aakashb-kayzen made their first contribution in https://github.com/deepjavalibrary/djl/pull/3719
- @dev-jonghoonpark made their first contribution in https://github.com/deepjavalibrary/djl/pull/3724
- @Soha-Agarwal made their first contribution in https://github.com/deepjavalibrary/djl/pull/3738
- @SamBSalgado made their first contribution in https://github.com/deepjavalibrary/djl/pull/3736
Full Changelog: https://github.com/deepjavalibrary/djl/compare/v0.33.0...v0.34.0