CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 20:20:42 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"562fd541b13a9b8fde795cba9e3a5886"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=nJgf%2F%2BF1lkRbdk14reWkMcuMf%2BHsKHB8w%2BsW7OVwnhH5leHHylPCnDPIkV35nKYeZ1aTe%2FqZkYRXuZIRbtYdM1lzfGZiSN7O5DeSFe32%2F5szVTc7b6EtsFUm29IG4taB0r3%2Fprd584b9wOgzAseWkAGuV1%2FQ%2FjquQ0T4tWBr7nvsnkIfi1p6gn0mE09OQ6JDFp3Oa5vcpbxHfV43jvcub1fiYbjFWV1ULurhXk8h5hBK5DGBzZyT3KgznfUKwnoZPRoI8bELywLGPPWLdE%2BV8w%3D%3D--9gJkA4JijZT74d0v--YI696ftHedCaXFqbguR%2BWQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1146857725.1753302042; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:20:42 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:20:42 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9D0E:36F97A:10A2A43:13C08DD:6881441A
Release DJL v0.26.0 Release Β· deepjavalibrary/djl Β· GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 714
DJL v0.26.0 Release
Compare
Key Changes
- LlamaCPP Support. You can use DJL to run supported LLMs using the LlamaCPP engine. See the Chatbot example here to learn more.
- Manual Engine Initialization. You can configure DJL to not load any engines at startup, and query/register engines programmatically at runtime
- Engine Updates:
- PyTorch 2.1.1
- Huggingface Tokenizers 0.15.0
- OnnxRuntime 1.16.3
- XGBoost 2.0.3
Enhancement
- Add erf and atan2 by @TalGrbr in #2842
- Add FFT2 and FFT2 inverse by @TalGrbr in #2845
- [tokenizer] Update import script for huggingface_hub api change by @frankfliu in #2850
- [tokenizer] Not returns overflow tokens by default by @frankfliu in #2857
- [pytorch] Updates PyTorch engine to 2.1.1 by @frankfliu in #2864
- Adds Device.getDevices() for all Device by @zachgk in #2820
- Creates DJL manual engine initialization by @zachgk in #2885
- [pytorch] Allows to load libstdc++.so.6 form different location by @frankfliu in #2929
- Add Evaluator support to update multiple accumulators by @petebankhead in #2894
- Adds llama.cpp engine by @bryanktliu in #2904
- Yelov8 Translator optimization by @gevant in #2908
- [pytorch] Adds Yolov8n model to pytorch model zoo. by @frankfliu in #2910
- [onnx] Adds yolov8n to model zoo by @frankfliu in #2909
- [llama.cpp] Adds unit-test and standardize input parameters by @frankfliu in #2905
- [llama.cpp] Adds llama.cpp huggingface model zoo by @frankfliu in #2911
- [XGBoost] Updates XGBoost to 2.0.3 by @frankfliu in #2915
- [pytorch] Upgrade pytorch andorid to 2.1.1 by @frankfliu in #2914
- add awscurl release by @lanking520 in #2917
- [awscurl] change build to jar by @lanking520 in #2918
- [bom] Adds llama engine to BOM by @frankfliu in #2916
- [api] Adds ModelZooResolver interface by @frankfliu in #2922
- [api] Use folk java process to avoid jvm consume GPU memory by @frankfliu in #2882
- [onnxruntime] Updates OnnxRuntime to 1.16.3 by @frankfliu in #2888
- Tokenizers: Updated huggingface_models.py to support Safetensors models as well as pytorch by @dameikle in #2880
- [tokenizer] Uses fp32 for TextembeddingTranslator clip() by @frankfliu in #2881
- [tokenizer] Updates huggingface tokenizer to 0.15.0 by @frankfliu in #2867
Bug Fixes
- [tokenizer] Fixes tokenizer bug by @frankfliu in #2843
- Fixes archiveBaseName in native builds by @zachgk in #2859
- [pytorch] Ensure shared library loading order for aarch64 by @frankfliu in #2892
- [api] Handles both JNA conflict and missing case by @frankfliu in #2896
- Minor fixes to improve Apple Silicon MPS support by @petebankhead in #2873
- [tokenizer] Handles import huggingface model zoo exception case by @frankfliu in #2872
- [api] Update offline property name to avoid conflict with other app. by @frankfliu in #2877
- [tensorflow] Revert InstanceHolder for TensorFlow engine by @frankfliu in #2884
- [pytorch] Revert InstanceHolder for PyTorch engine by @frankfliu in #2876
- [pytorch] Fixes windows load nvfuser_codegen bug by @frankfliu in #2868
Documentation
- [docs] Update serving configuration nav by @zachgk in #2853
- Updates DJL version to 0.25.0 by @frankfliu in #2860
- Bump up DJL version to 0.26.0 by @frankfliu in #2861
- [docs] Move jupyter notebooks to DJL Demo by @zachgk in #2854
- [docs] Include LMI documents by @sindhuvahinis in #2870
- [docs] Updates documents to use JDK 17 by @frankfliu in #2898
- Updates DJL version to 0.26.0 by @siddvenk in #2930
- update master branch on the website to have large model inference guide by @lanking520 in #2865
CI/CD
- [ci] Allows build project with JDK 21 by @frankfliu in #2903
- [ci] Fixes pytorch android build by @frankfliu in #2921
- [ci] Fix build failure for
build-pytorch-jni-linux
by @maaquib in #2920 - [ci] Fixes native ci build failure by @frankfliu in #2924
- [CI] Fixes flaky early stopping test by @zachgk in #2866
- [ci] Fixes flaky early stopping training test by @frankfliu in #2879
- [ci] Use JDK 17 for github actions workflow by @frankfliu in #2897
- [ci] Fixes github action for centos and amazonlinux by @frankfliu in #2913
- [ci] Use macos-13 to avoid flaky test by @frankfliu in #2927
- [test] Fixes EarlyStopping flaky test by @frankfliu in #2926
- [api] Updates dependencies to latest version by @frankfliu in #2928
- [api] Updates common-compress version to address CVE issues by @frankfliu in #2871
- only build triton binaries by @lanking520 in #2847
New Contributors
- @TalGrbr made their first contribution in #2842
- @petebankhead made their first contribution in #2873
- @dameikle made their first contribution in #2880
- @gevant made their first contribution in #2908
- @maaquib made their first contribution in #2920
Full Changelog: v0.25.0...v0.26.0
Assets 2
2 people reacted
You canβt perform that action at this time.