Skip to content

Releases: deepjavalibrary/djl

DJL v0.36.0 Release

16 Dec 22:27

Choose a tag to compare

What's Changed

  • Increase build version to 0.36.0 by @access2rohit in #3817
  • Update the Documentation (via DocString) to indicate the risks of using Utils.openUrl() with untrusted inputs by @access2rohit in #3819
  • NDManager.create(Number) unsupported type error message improvement by @fracpete in #3818

New Contributors

Full Changelog: v0.35.1...v0.36.0

DJL v0.35.1 Release

03 Dec 23:00

Choose a tag to compare

What's Changed

  • fix: upgrade jQuery from 2.1.1 to 3.7.1 to address security vulnerabilities by @Lokiiiiii in #3812
  • Fix script injection vulnerabilities in GitHub Actions workflows by @Lokiiiiii in #3813
  • Fix security vulnerabilities in QuestionAnsweringTranslator (CVSS 8.2) by @Lokiiiiii in #3814

New Contributors

Full Changelog: v0.35.0...v0.35.1

DJL v0.35.0 Release

21 Oct 16:53

Choose a tag to compare

What's Changed

  • Engine Updates

Enhancements

Bug Fixes

CI/CD

New Contributors

Full Changelog: v0.34.0...v0.35.0

DJL v0.34.0 Release

12 Aug 14:50

Choose a tag to compare

Key Changes

  • Engine Updates
    • PyTorch 2.7.1 #3733
    • Remove TensorRT engine #3765

Enhancements

Bug Fixes

Documentation

CI/CD

New Contributors

Full Changelog: v0.33.0...v0.34.0

DJL v0.33.0 Release

09 May 21:50

Choose a tag to compare

Key Changes

  • Engine Updates
    • OnnxRuntime Updated to 1.21.0

Enhancements

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

CI/CD

New Contributors

Full Changelog: v0.32.0...v0.33.0

DJL v0.32.0 Release

06 Mar 20:24

Choose a tag to compare

Key Changes

  • Engine Updates
    • Tokenizers updated to 0.21.0
    • OnnxRuntime updated to 1.20.0

Enhancements

Bug Fixes

  • [api] fix issue in Tar/Zip Utils that resulted in incorrect artifact … by @siddvenk in #3544
  • [tokenizer] fixes token_classification import issues by @bryanktliu in #3570
  • [tokenizer] fixes trust_remote_code issues for DJL converter by @bryanktliu in #3569
  • [fix] Fix YoloV8Translator by @xyang16 in #3575
  • [tokenizers] Fixes ZeroShotClassificationTranslator bug by @bryanktliu in #3581
  • [xgb] Fix xgb intern to close replaced array by @ewan0x79 in #3558

Documentation

CI/CD

New Contributors

Full Changelog: v0.31.1...v0.32.0

DJL v0.31.1 Release

18 Nov 23:14

Choose a tag to compare

Key Changes

  • Engine Updates:
    • PyTorch 2.5.1 #3517
    • HuggingFace Tokenizers 0.20.3 #3514
  • Added Android support for HuggingFace Tokenizers @naveen521kk in #3531
  • Fixed issue with cross-platform archive extraction #3544

Enhancements

Bug Fixes

Documentation

CI/CD

New Contributors

Full Changelog: v0.30.0...v0.31.1

DJL v0.30.0 Release

13 Sep 19:52

Choose a tag to compare

Key Changes

  • Engine Updates:
    • OnnxRuntime 1.19.0 #3446
    • Huggingface Tokenizers 0.20.0 #3452
  • Added mask generation task for SAM2 model #3450
  • Text Embedding Inference:
    • Added Mistral, Qwen2, GTE, Camembert embedding model support
    • Added reranker model support

Enhancement

Bug Fixes

Documentation

CI/CD

Full Changelog: v0.29.0...v0.30.0

DJL v0.28.0 Release

16 May 03:46

Choose a tag to compare

Key Changes

  • Upgrades for engines
  • Enhancements for engines and API
    • Adds experimental Rust engine #3078

Enhancement

Bug Fixes

Documentation

CI/CD

New Contributors

Full Changelog: v0.27.0...v0.28.0

DJL v0.29.0 Release

19 Jul 01:45
d7c8a74

Choose a tag to compare

Key Changes

  • Upgrades for engines

    • Upgrades PyTorch engine to 2.3.1
    • Upgrades TensorFlow engine to 2.16.1
    • Introduces Rust engine CUDA support
    • Upgrades OnnxRuntime version to 1.18.0 and added CUDA 12.4 support
    • Upgrades javacpp version to 1.5.10
    • Upgrades HuggingFace tokenizer to 0.19.1
    • Fixes several issues for LightGBM engine
    • Deprecated llamacpp engine
  • Enhancements for engines and API

    • Adds Yolov8 segmentation and pose detection support
    • Adds metric type to Metic class
    • Improves drawJoints and drawMask behavior for CV model
    • Improves HuggingFace model importing and conversion tool
    • Improves HuggingFace NLP model batch inference performance
    • Adds built-in ONNX extension support
    • Adds several NDArray operators in PyTorch engine
    • Adds fp16 and bf16 support for OnnxRuntime engine
    • Adds CrossEncoder support for NLP models

Enhancements

Bug Fixes

Documentation

Read more