| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| DJL v0.35.0 Release source code.tar.gz | 2025-10-20 | 13.9 MB | |
| DJL v0.35.0 Release source code.zip | 2025-10-20 | 15.8 MB | |
| README.md | 2025-10-20 | 3.3 kB | |
| Totals: 3 Items | 29.7 MB | 0 | |
What's Changed
- Engine Updates
- XGBoost 3.0.4 https://github.com/deepjavalibrary/djl/pull/3788
Enhancements
- Increase build version to 0.35.0 by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3766
- Add default header for openai by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3772
- Update gradle to 9.0.0 by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3777
- [XGBoost] Support json model for XGBoost by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3786
- [api] Accept json input/output for tensor input by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3787
- Upgrade xgboost to 3.0.4 by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3788
- [pytorch] Add tuple of dict support for IValue by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3797
- [XGBoost] Add back gpu support for xgboost by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3796
- Update gradle build script to support configuration cache by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3782
- Added percentile implementation for Pytorch engine by @tipame in https://github.com/deepjavalibrary/djl/pull/3800
- Implemented CSV translator that handles CSV input/output support for XGBoost by @smouaa in https://github.com/deepjavalibrary/djl/pull/3801
- Correct topK documentation by @alanocallaghan in https://github.com/deepjavalibrary/djl/pull/3808
- [api] Refactor csvTranslator by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3805
Bug Fixes
- Fix pytorch native 2.5.1 aarch64 build by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3767
- [fix] Fixes load tokenizer gpu shared library issue by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3773
- Fixes [#3774] for YoloSegmentationTranslator by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3775
- Fixes issue [#3761] by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3776
- Fix
BaseNDManager.debugDumpby @petebankhead in https://github.com/deepjavalibrary/djl/pull/3780 - Fix preference of tokenizer_config.json and remove doLowerCase from TokenizerConfig by @Soha-Agarwal in https://github.com/deepjavalibrary/djl/pull/3785
- Fixes: [#3795], adds aggregation_strategy to token classification task by @bryanktliu in https://github.com/deepjavalibrary/djl/pull/3798
- Fix pytorch native build for windows by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3802
CI/CD
- Build pytorch jni cpu precxx by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3770
- Remove pytorch 2.1.2 and 2.3.1 publish in nightly by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3771
- Fix sentencepiece native workflow by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3768
- Fix fasttext native workflow by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3769
- Fix continuous build by @xyang16 in https://github.com/deepjavalibrary/djl/pull/3804
New Contributors
- @smouaa made their first contribution in https://github.com/deepjavalibrary/djl/pull/3801
- @alanocallaghan made their first contribution in https://github.com/deepjavalibrary/djl/pull/3808
Full Changelog: https://github.com/deepjavalibrary/djl/compare/v0.34.0...v0.35.0