CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 20:25:46 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/"1241ad184bf69f96363f003bddb07a7b"
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=o2tIKxQ%2B1Ekiafwh%2BaRS0DTBV9x7KFfk0QxEh9g5jOIXSiK0d%2B%2BTxYMdIJOO5a%2Fr4rU4uutEGI8fnnDmfMK4egId1zFrT2%2FfBmrUodbsns6phHXmDrBRk8NXA4zj0UWxhxdFNASv%2B5zRtcrbxOphGcwaBE%2F2ZbkhSGuqeEKrsmgt14ZlrDxsNlAUsqoJWBLfDRIjGZmev2eKWyYigC1DzuX6y4WrJulASW3PruIHP72psBBnEM7lhJhepjnsKag6Mh2XYxzxZfH3oqChhLtU%2FQ%3D%3D--eWPJEC1%2Fzj5wgM%2Bl--j760VyzUtBHlD%2BzP%2BTxCkg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1133736855.1753302346; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:25:46 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:25:46 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8B8C:33F9F4:108930D:13A99B2:6881454A
Release DJL v0.27.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.27.0 Release
Compare
Key Changes
- Upgrades for engines
- OnnxRuntime 1.17.1 #3019
- Enhancements for engines and API
Enhancement
- Suppress serial warning for JDK21 by @zachgk in #2935
- [api] Moves commons-compress dependency to standalone class. by @frankfliu in #2951
- [api] Allows to load .pt or .onnx file from jar url by @frankfliu in #2955
- [tokenizer] Return if exceed max token length by @frankfliu in #2957
- [tokenizer] Adds getters for HuggingfaceTokenizer by @frankfliu in #2958
- [pytorch] Upgrade android build to 0.26.0 by @frankfliu in #2975
- [pytorch] Avoid loading .lib file from PYTORCH_LIBRARY_PATH by @frankfliu in #2987
- [api] Adds utility method to Model for accessing properties by @frankfliu in #3007
- [api] Adds suffix to percentile metric name by @frankfliu in #3011
- [api] Adds dimension for prediction metric by @frankfliu in #3013
- Thread-safe FaceDetectionTranslator by @StefanOltmann in #3016
- [api] Upgrades commons compress to 1.26.0 for CVE by @frankfliu in #3018
- Avoid duplicated loading native library by @frankfliu in #3020
- [api] Allows to use relative jar uri for cache folder name by @frankfliu in #3026
- support includeTokenTypes in TextEmbeddingBatchTranslator by @morokosi in #3032
- [tokenizer] Adds includeTokenTypes for all translators by @frankfliu in #3035
- Updates dependencies version to latest by @frankfliu in #3040
- [pytorch] Allows to exclude certain DLL from pytorch directory by @frankfliu in #3043
- Update checkstyle tool version to 10.14.2 by @xyang16 in #3047
- Upgrade dependency version by @xyang16 in #3049
Bug Fixes
- [fix][ci] fix typo in publish metric workflow by @siddvenk in #2976
- [fix][ci] avoid early exit of script for failure case by @siddvenk in #2979
- [ci][fix] update path to android sdk manager cli by @siddvenk in #2980
- [dataset] Fixes broken link for mnist dataset by @frankfliu in #2984
- [database] Fixes mnist URL for local unitest by @frankfliu in #2988
- fix #2968 by @SidneyLann in #2986
- [dataset] Fixes wikitext-2 by @zachgk in #2996
- [spark] Fixes python tarslip security concern by @frankfliu in #2995
- Fixes failing CI by @ydm-amazon in #3001
- Fixes cases where the getEngine method in the EngineProvider class returns null when called concurrently. by @onaple in #3005
- [api] Fixes typo in CudaUtils by @frankfliu in #3008
- [model-zoo] Fixes typo in README by @fensch in #3009
- [ci] Fixes nightly build for onnx 1.17.1 by @frankfliu in #3021
- [pytorch] Fixes detecting wrong flavor on macOS issue by @frankfliu in #3027
- [bom] Fixes djl-serving packages in BOM by @frankfliu in #3039
Documentation
- Bump DJL version to 0.27.0 by @siddvenk in #2933
- [doc] include trtllm convert manual by @sindhuvahinis in #2941
- [docs] Updates README by @frankfliu in #2954
- [doc] Make LMI a separate tab and include I/O schema by @sindhuvahinis in #2960
- [docs] Fixes cuda version for pytorch native library by @frankfliu in #2963
- docs: add AWS Graviton3 PyTorch inference tuning details by @snadampal in #2982
- [docs] Update Huggingface tokenizer cache directory document by @frankfliu in #2994
- [docs] Disable progress bar for jupyter notebook convertion by @frankfliu in #3017
- [example] Adds document about how to trace gpt2 model by @frankfliu in #3028
- [docs] update mkdocs structure for new lmi documentation by @siddvenk in #3029
CI/CD
- removing pytorch 2.0.1 from 0.27.0 by @siddvenk in #2940
- Moves to Actions hosted M1 runner by @zachgk in #2948
- [ci] Disable run scheduled github actions in fork by @frankfliu in #2943
- [ci] add cloudwatch metrics for scheduled workflow failures by @siddvenk in #2966
- [ci] Upgrade github actions nodejs 16 to nodejs 2 by @frankfliu in #2967
- [ci] Upgrade codeql-actions to v3 by @frankfliu in #2973
- [ci] Upgrade aws-actions/configure-aws-credentials to v4 by @frankfliu in #2972
- [ci] refactor cloudwatch metric publishing to avoid needing changes i⦠by @siddvenk in #2974
- [ci] Downgrade github actions version for centos7 and amazonlinux by @frankfliu in #2977
- [ci] move cw publish step to github hosted runner by @siddvenk in #2978
- [CI] downgrade the version to V3 by @lanking520 in #2990
- [CI] change to cache v3 for the versions by @lanking520 in #2991
- Uses gradle dependency submission by @zachgk in #2983
- Excludes test dependencies from dependency submission by @zachgk in #2999
- Update continuous OSX to 13 by @zachgk in #3004
- Removes dependency submission by @zachgk in #3006
New Contributors
- @snadampal made their first contribution in #2982
- @ydm-amazon made their first contribution in #3001
- @onaple made their first contribution in #3005
- @fensch made their first contribution in #3009
- @StefanOltmann made their first contribution in #3016
- @morokosi made their first contribution in #3032
Full Changelog: v0.26.0...v0.27.0
Assets 2
1 person reacted
You canβt perform that action at this time.