You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/29 06:46:29 UTC

[PR] Bump djl-version from 0.26.0 to 0.27.0 [camel]

dependabot[bot] opened a new pull request, #13655:
URL: https://github.com/apache/camel/pull/13655

   Bumps `djl-version` from 0.26.0 to 0.27.0.
   Updates `ai.djl:api` from 0.26.0 to 0.27.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/deepjavalibrary/djl/releases">ai.djl:api's releases</a>.</em></p>
   <blockquote>
   <h2>v0.27.0</h2>
   <h2>Key Changes</h2>
   <ul>
   <li>Upgrades for engines
   <ul>
   <li>OnnxRuntime 1.17.1 <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3019">deepjavalibrary/djl#3019</a></li>
   </ul>
   </li>
   <li>Enhancements for engines and API
   <ul>
   <li>Supports PyTorch stream imperative model load <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2981">deepjavalibrary/djl#2981</a></li>
   <li>Support encode/decode String tensor <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3034">deepjavalibrary/djl#3034</a></li>
   </ul>
   </li>
   </ul>
   <h2>Enhancement</h2>
   <ul>
   <li>Suppress serial warning for JDK21 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2935">deepjavalibrary/djl#2935</a></li>
   <li>[api] Moves commons-compress dependency to standalone class. by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2951">deepjavalibrary/djl#2951</a></li>
   <li>[api] Allows to load .pt or .onnx file from jar url by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2955">deepjavalibrary/djl#2955</a></li>
   <li>[tokenizer] Return if exceed max token length by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2957">deepjavalibrary/djl#2957</a></li>
   <li>[tokenizer] Adds getters for HuggingfaceTokenizer by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2958">deepjavalibrary/djl#2958</a></li>
   <li>[pytorch] Upgrade android build to 0.26.0 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2975">deepjavalibrary/djl#2975</a></li>
   <li>[pytorch] Avoid loading .lib file from PYTORCH_LIBRARY_PATH by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2987">deepjavalibrary/djl#2987</a></li>
   <li>[api] Adds utility method to Model for accessing properties by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3007">deepjavalibrary/djl#3007</a></li>
   <li>[api] Adds suffix to percentile metric name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3011">deepjavalibrary/djl#3011</a></li>
   <li>[api] Adds dimension for prediction metric by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3013">deepjavalibrary/djl#3013</a></li>
   <li>Thread-safe FaceDetectionTranslator by <a href="https://github.com/StefanOltmann"><code>@​StefanOltmann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3016">deepjavalibrary/djl#3016</a></li>
   <li>[api] Upgrades commons compress to 1.26.0 for CVE by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3018">deepjavalibrary/djl#3018</a></li>
   <li>Avoid duplicated loading native library by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3020">deepjavalibrary/djl#3020</a></li>
   <li>[api] Allows to use relative jar uri for cache folder name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3026">deepjavalibrary/djl#3026</a></li>
   <li>support includeTokenTypes in TextEmbeddingBatchTranslator by <a href="https://github.com/morokosi"><code>@​morokosi</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3032">deepjavalibrary/djl#3032</a></li>
   <li>[tokenizer] Adds includeTokenTypes for all translators by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3035">deepjavalibrary/djl#3035</a></li>
   <li>Updates dependencies version to latest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3040">deepjavalibrary/djl#3040</a></li>
   <li>[pytorch] Allows to exclude certain DLL from pytorch directory by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3043">deepjavalibrary/djl#3043</a></li>
   <li>Update checkstyle tool version to 10.14.2 by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3047">deepjavalibrary/djl#3047</a></li>
   <li>Upgrade dependency version by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3049">deepjavalibrary/djl#3049</a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>[fix][ci] fix typo in publish metric workflow by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2976">deepjavalibrary/djl#2976</a></li>
   <li>[fix][ci] avoid early exit of script for failure case by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2979">deepjavalibrary/djl#2979</a></li>
   <li>[ci][fix] update path to android sdk manager cli by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2980">deepjavalibrary/djl#2980</a></li>
   <li>[dataset] Fixes broken link for mnist dataset by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2984">deepjavalibrary/djl#2984</a></li>
   <li>[database] Fixes mnist URL for local unitest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2988">deepjavalibrary/djl#2988</a></li>
   <li>fix <a href="https://redirect.github.com/deepjavalibrary/djl/issues/2968">#2968</a> by <a href="https://github.com/SidneyLann"><code>@​SidneyLann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2986">deepjavalibrary/djl#2986</a></li>
   <li>[dataset] Fixes wikitext-2 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2996">deepjavalibrary/djl#2996</a></li>
   <li>[spark] Fixes python tarslip security concern by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2995">deepjavalibrary/djl#2995</a></li>
   <li>Fixes failing CI by <a href="https://github.com/ydm-amazon"><code>@​ydm-amazon</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3001">deepjavalibrary/djl#3001</a></li>
   <li>Fixes cases where the getEngine method in the EngineProvider class returns null when called concurrently. by <a href="https://github.com/onaple"><code>@​onaple</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3005">deepjavalibrary/djl#3005</a></li>
   <li>[api] Fixes typo in CudaUtils by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3008">deepjavalibrary/djl#3008</a></li>
   <li>[model-zoo] Fixes typo in README by <a href="https://github.com/fensch"><code>@​fensch</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3009">deepjavalibrary/djl#3009</a></li>
   <li>[ci] Fixes nightly build for onnx 1.17.1 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3021">deepjavalibrary/djl#3021</a></li>
   <li>[pytorch] Fixes detecting wrong flavor on macOS issue by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3027">deepjavalibrary/djl#3027</a></li>
   <li>[bom] Fixes djl-serving packages in BOM by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3039">deepjavalibrary/djl#3039</a></li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Bump DJL version to 0.27.0 by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2933">deepjavalibrary/djl#2933</a></li>
   <li>[doc] include trtllm convert manual by <a href="https://github.com/sindhuvahinis"><code>@​sindhuvahinis</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2941">deepjavalibrary/djl#2941</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/32859b7326d0791be1190439cc98accac684d0f0"><code>32859b7</code></a> Remove -SNAPSHOT for release v0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e642796332b73312021cc49cc4aafaa780f2db2b"><code>e642796</code></a> Increase DJL version to 0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/2c1e7faf5b86636ec7b67dde6bae856e55a8cd9e"><code>2c1e7fa</code></a> Upgrade dependency version (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3049">#3049</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/5eb2b9e80e6fd0f1ba43fd03cb75accf4c947a8f"><code>5eb2b9e</code></a> Update checkstyle tool version to 10.14.2 (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3047">#3047</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/091a41cbba49dc8dc7d90f52014d40e13011fb99"><code>091a41c</code></a> [pytorch] Allows to exclude certain DLL from pytorch directory (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3043">#3043</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/fa28fbec9bc97b4cebf91119f79405394cd1e418"><code>fa28fbe</code></a> Updates dependencies version to latest (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3040">#3040</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/ee93305cbeee71dce88c2b4830a5ad0c9163b59c"><code>ee93305</code></a> [tokenizer] Adds includeTokenTypes for all translators (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3035">#3035</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/b3b04f551f3b311112acbc0a37894334d97edbda"><code>b3b04f5</code></a> [api] Support encode/decode String tensor (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3034">#3034</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e3a8e4cd794cae96afa5dd2b4cbf390dbd7e22da"><code>e3a8e4c</code></a> [bom] Fixes djl-serving packages in BOM (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3039">#3039</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/6b32ef2e7df4fc41f026bd5045b188ee0aee3985"><code>6b32ef2</code></a> support includeTokenTypes in TextEmbeddingBatchTranslator (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3032">#3032</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/deepjavalibrary/djl/compare/v0.26.0...v0.27.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ai.djl:model-zoo` from 0.26.0 to 0.27.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/deepjavalibrary/djl/releases">ai.djl:model-zoo's releases</a>.</em></p>
   <blockquote>
   <h2>v0.27.0</h2>
   <h2>Key Changes</h2>
   <ul>
   <li>Upgrades for engines
   <ul>
   <li>OnnxRuntime 1.17.1 <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3019">deepjavalibrary/djl#3019</a></li>
   </ul>
   </li>
   <li>Enhancements for engines and API
   <ul>
   <li>Supports PyTorch stream imperative model load <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2981">deepjavalibrary/djl#2981</a></li>
   <li>Support encode/decode String tensor <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3034">deepjavalibrary/djl#3034</a></li>
   </ul>
   </li>
   </ul>
   <h2>Enhancement</h2>
   <ul>
   <li>Suppress serial warning for JDK21 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2935">deepjavalibrary/djl#2935</a></li>
   <li>[api] Moves commons-compress dependency to standalone class. by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2951">deepjavalibrary/djl#2951</a></li>
   <li>[api] Allows to load .pt or .onnx file from jar url by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2955">deepjavalibrary/djl#2955</a></li>
   <li>[tokenizer] Return if exceed max token length by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2957">deepjavalibrary/djl#2957</a></li>
   <li>[tokenizer] Adds getters for HuggingfaceTokenizer by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2958">deepjavalibrary/djl#2958</a></li>
   <li>[pytorch] Upgrade android build to 0.26.0 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2975">deepjavalibrary/djl#2975</a></li>
   <li>[pytorch] Avoid loading .lib file from PYTORCH_LIBRARY_PATH by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2987">deepjavalibrary/djl#2987</a></li>
   <li>[api] Adds utility method to Model for accessing properties by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3007">deepjavalibrary/djl#3007</a></li>
   <li>[api] Adds suffix to percentile metric name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3011">deepjavalibrary/djl#3011</a></li>
   <li>[api] Adds dimension for prediction metric by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3013">deepjavalibrary/djl#3013</a></li>
   <li>Thread-safe FaceDetectionTranslator by <a href="https://github.com/StefanOltmann"><code>@​StefanOltmann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3016">deepjavalibrary/djl#3016</a></li>
   <li>[api] Upgrades commons compress to 1.26.0 for CVE by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3018">deepjavalibrary/djl#3018</a></li>
   <li>Avoid duplicated loading native library by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3020">deepjavalibrary/djl#3020</a></li>
   <li>[api] Allows to use relative jar uri for cache folder name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3026">deepjavalibrary/djl#3026</a></li>
   <li>support includeTokenTypes in TextEmbeddingBatchTranslator by <a href="https://github.com/morokosi"><code>@​morokosi</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3032">deepjavalibrary/djl#3032</a></li>
   <li>[tokenizer] Adds includeTokenTypes for all translators by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3035">deepjavalibrary/djl#3035</a></li>
   <li>Updates dependencies version to latest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3040">deepjavalibrary/djl#3040</a></li>
   <li>[pytorch] Allows to exclude certain DLL from pytorch directory by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3043">deepjavalibrary/djl#3043</a></li>
   <li>Update checkstyle tool version to 10.14.2 by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3047">deepjavalibrary/djl#3047</a></li>
   <li>Upgrade dependency version by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3049">deepjavalibrary/djl#3049</a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>[fix][ci] fix typo in publish metric workflow by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2976">deepjavalibrary/djl#2976</a></li>
   <li>[fix][ci] avoid early exit of script for failure case by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2979">deepjavalibrary/djl#2979</a></li>
   <li>[ci][fix] update path to android sdk manager cli by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2980">deepjavalibrary/djl#2980</a></li>
   <li>[dataset] Fixes broken link for mnist dataset by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2984">deepjavalibrary/djl#2984</a></li>
   <li>[database] Fixes mnist URL for local unitest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2988">deepjavalibrary/djl#2988</a></li>
   <li>fix <a href="https://redirect.github.com/deepjavalibrary/djl/issues/2968">#2968</a> by <a href="https://github.com/SidneyLann"><code>@​SidneyLann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2986">deepjavalibrary/djl#2986</a></li>
   <li>[dataset] Fixes wikitext-2 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2996">deepjavalibrary/djl#2996</a></li>
   <li>[spark] Fixes python tarslip security concern by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2995">deepjavalibrary/djl#2995</a></li>
   <li>Fixes failing CI by <a href="https://github.com/ydm-amazon"><code>@​ydm-amazon</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3001">deepjavalibrary/djl#3001</a></li>
   <li>Fixes cases where the getEngine method in the EngineProvider class returns null when called concurrently. by <a href="https://github.com/onaple"><code>@​onaple</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3005">deepjavalibrary/djl#3005</a></li>
   <li>[api] Fixes typo in CudaUtils by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3008">deepjavalibrary/djl#3008</a></li>
   <li>[model-zoo] Fixes typo in README by <a href="https://github.com/fensch"><code>@​fensch</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3009">deepjavalibrary/djl#3009</a></li>
   <li>[ci] Fixes nightly build for onnx 1.17.1 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3021">deepjavalibrary/djl#3021</a></li>
   <li>[pytorch] Fixes detecting wrong flavor on macOS issue by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3027">deepjavalibrary/djl#3027</a></li>
   <li>[bom] Fixes djl-serving packages in BOM by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3039">deepjavalibrary/djl#3039</a></li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Bump DJL version to 0.27.0 by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2933">deepjavalibrary/djl#2933</a></li>
   <li>[doc] include trtllm convert manual by <a href="https://github.com/sindhuvahinis"><code>@​sindhuvahinis</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2941">deepjavalibrary/djl#2941</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/32859b7326d0791be1190439cc98accac684d0f0"><code>32859b7</code></a> Remove -SNAPSHOT for release v0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e642796332b73312021cc49cc4aafaa780f2db2b"><code>e642796</code></a> Increase DJL version to 0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/2c1e7faf5b86636ec7b67dde6bae856e55a8cd9e"><code>2c1e7fa</code></a> Upgrade dependency version (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3049">#3049</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/5eb2b9e80e6fd0f1ba43fd03cb75accf4c947a8f"><code>5eb2b9e</code></a> Update checkstyle tool version to 10.14.2 (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3047">#3047</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/091a41cbba49dc8dc7d90f52014d40e13011fb99"><code>091a41c</code></a> [pytorch] Allows to exclude certain DLL from pytorch directory (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3043">#3043</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/fa28fbec9bc97b4cebf91119f79405394cd1e418"><code>fa28fbe</code></a> Updates dependencies version to latest (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3040">#3040</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/ee93305cbeee71dce88c2b4830a5ad0c9163b59c"><code>ee93305</code></a> [tokenizer] Adds includeTokenTypes for all translators (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3035">#3035</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/b3b04f551f3b311112acbc0a37894334d97edbda"><code>b3b04f5</code></a> [api] Support encode/decode String tensor (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3034">#3034</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e3a8e4cd794cae96afa5dd2b4cbf390dbd7e22da"><code>e3a8e4c</code></a> [bom] Fixes djl-serving packages in BOM (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3039">#3039</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/6b32ef2e7df4fc41f026bd5045b188ee0aee3985"><code>6b32ef2</code></a> support includeTokenTypes in TextEmbeddingBatchTranslator (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3032">#3032</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/deepjavalibrary/djl/compare/v0.26.0...v0.27.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ai.djl.mxnet:mxnet-model-zoo` from 0.26.0 to 0.27.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/deepjavalibrary/djl/releases">ai.djl.mxnet:mxnet-model-zoo's releases</a>.</em></p>
   <blockquote>
   <h2>v0.27.0</h2>
   <h2>Key Changes</h2>
   <ul>
   <li>Upgrades for engines
   <ul>
   <li>OnnxRuntime 1.17.1 <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3019">deepjavalibrary/djl#3019</a></li>
   </ul>
   </li>
   <li>Enhancements for engines and API
   <ul>
   <li>Supports PyTorch stream imperative model load <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2981">deepjavalibrary/djl#2981</a></li>
   <li>Support encode/decode String tensor <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3034">deepjavalibrary/djl#3034</a></li>
   </ul>
   </li>
   </ul>
   <h2>Enhancement</h2>
   <ul>
   <li>Suppress serial warning for JDK21 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2935">deepjavalibrary/djl#2935</a></li>
   <li>[api] Moves commons-compress dependency to standalone class. by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2951">deepjavalibrary/djl#2951</a></li>
   <li>[api] Allows to load .pt or .onnx file from jar url by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2955">deepjavalibrary/djl#2955</a></li>
   <li>[tokenizer] Return if exceed max token length by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2957">deepjavalibrary/djl#2957</a></li>
   <li>[tokenizer] Adds getters for HuggingfaceTokenizer by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2958">deepjavalibrary/djl#2958</a></li>
   <li>[pytorch] Upgrade android build to 0.26.0 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2975">deepjavalibrary/djl#2975</a></li>
   <li>[pytorch] Avoid loading .lib file from PYTORCH_LIBRARY_PATH by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2987">deepjavalibrary/djl#2987</a></li>
   <li>[api] Adds utility method to Model for accessing properties by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3007">deepjavalibrary/djl#3007</a></li>
   <li>[api] Adds suffix to percentile metric name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3011">deepjavalibrary/djl#3011</a></li>
   <li>[api] Adds dimension for prediction metric by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3013">deepjavalibrary/djl#3013</a></li>
   <li>Thread-safe FaceDetectionTranslator by <a href="https://github.com/StefanOltmann"><code>@​StefanOltmann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3016">deepjavalibrary/djl#3016</a></li>
   <li>[api] Upgrades commons compress to 1.26.0 for CVE by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3018">deepjavalibrary/djl#3018</a></li>
   <li>Avoid duplicated loading native library by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3020">deepjavalibrary/djl#3020</a></li>
   <li>[api] Allows to use relative jar uri for cache folder name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3026">deepjavalibrary/djl#3026</a></li>
   <li>support includeTokenTypes in TextEmbeddingBatchTranslator by <a href="https://github.com/morokosi"><code>@​morokosi</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3032">deepjavalibrary/djl#3032</a></li>
   <li>[tokenizer] Adds includeTokenTypes for all translators by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3035">deepjavalibrary/djl#3035</a></li>
   <li>Updates dependencies version to latest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3040">deepjavalibrary/djl#3040</a></li>
   <li>[pytorch] Allows to exclude certain DLL from pytorch directory by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3043">deepjavalibrary/djl#3043</a></li>
   <li>Update checkstyle tool version to 10.14.2 by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3047">deepjavalibrary/djl#3047</a></li>
   <li>Upgrade dependency version by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3049">deepjavalibrary/djl#3049</a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>[fix][ci] fix typo in publish metric workflow by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2976">deepjavalibrary/djl#2976</a></li>
   <li>[fix][ci] avoid early exit of script for failure case by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2979">deepjavalibrary/djl#2979</a></li>
   <li>[ci][fix] update path to android sdk manager cli by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2980">deepjavalibrary/djl#2980</a></li>
   <li>[dataset] Fixes broken link for mnist dataset by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2984">deepjavalibrary/djl#2984</a></li>
   <li>[database] Fixes mnist URL for local unitest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2988">deepjavalibrary/djl#2988</a></li>
   <li>fix <a href="https://redirect.github.com/deepjavalibrary/djl/issues/2968">#2968</a> by <a href="https://github.com/SidneyLann"><code>@​SidneyLann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2986">deepjavalibrary/djl#2986</a></li>
   <li>[dataset] Fixes wikitext-2 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2996">deepjavalibrary/djl#2996</a></li>
   <li>[spark] Fixes python tarslip security concern by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2995">deepjavalibrary/djl#2995</a></li>
   <li>Fixes failing CI by <a href="https://github.com/ydm-amazon"><code>@​ydm-amazon</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3001">deepjavalibrary/djl#3001</a></li>
   <li>Fixes cases where the getEngine method in the EngineProvider class returns null when called concurrently. by <a href="https://github.com/onaple"><code>@​onaple</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3005">deepjavalibrary/djl#3005</a></li>
   <li>[api] Fixes typo in CudaUtils by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3008">deepjavalibrary/djl#3008</a></li>
   <li>[model-zoo] Fixes typo in README by <a href="https://github.com/fensch"><code>@​fensch</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3009">deepjavalibrary/djl#3009</a></li>
   <li>[ci] Fixes nightly build for onnx 1.17.1 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3021">deepjavalibrary/djl#3021</a></li>
   <li>[pytorch] Fixes detecting wrong flavor on macOS issue by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3027">deepjavalibrary/djl#3027</a></li>
   <li>[bom] Fixes djl-serving packages in BOM by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3039">deepjavalibrary/djl#3039</a></li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Bump DJL version to 0.27.0 by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2933">deepjavalibrary/djl#2933</a></li>
   <li>[doc] include trtllm convert manual by <a href="https://github.com/sindhuvahinis"><code>@​sindhuvahinis</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2941">deepjavalibrary/djl#2941</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/32859b7326d0791be1190439cc98accac684d0f0"><code>32859b7</code></a> Remove -SNAPSHOT for release v0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e642796332b73312021cc49cc4aafaa780f2db2b"><code>e642796</code></a> Increase DJL version to 0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/2c1e7faf5b86636ec7b67dde6bae856e55a8cd9e"><code>2c1e7fa</code></a> Upgrade dependency version (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3049">#3049</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/5eb2b9e80e6fd0f1ba43fd03cb75accf4c947a8f"><code>5eb2b9e</code></a> Update checkstyle tool version to 10.14.2 (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3047">#3047</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/091a41cbba49dc8dc7d90f52014d40e13011fb99"><code>091a41c</code></a> [pytorch] Allows to exclude certain DLL from pytorch directory (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3043">#3043</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/fa28fbec9bc97b4cebf91119f79405394cd1e418"><code>fa28fbe</code></a> Updates dependencies version to latest (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3040">#3040</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/ee93305cbeee71dce88c2b4830a5ad0c9163b59c"><code>ee93305</code></a> [tokenizer] Adds includeTokenTypes for all translators (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3035">#3035</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/b3b04f551f3b311112acbc0a37894334d97edbda"><code>b3b04f5</code></a> [api] Support encode/decode String tensor (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3034">#3034</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e3a8e4cd794cae96afa5dd2b4cbf390dbd7e22da"><code>e3a8e4c</code></a> [bom] Fixes djl-serving packages in BOM (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3039">#3039</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/6b32ef2e7df4fc41f026bd5045b188ee0aee3985"><code>6b32ef2</code></a> support includeTokenTypes in TextEmbeddingBatchTranslator (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3032">#3032</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/deepjavalibrary/djl/compare/v0.26.0...v0.27.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ai.djl.mxnet:mxnet-engine` from 0.26.0 to 0.27.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/deepjavalibrary/djl/releases">ai.djl.mxnet:mxnet-engine's releases</a>.</em></p>
   <blockquote>
   <h2>v0.27.0</h2>
   <h2>Key Changes</h2>
   <ul>
   <li>Upgrades for engines
   <ul>
   <li>OnnxRuntime 1.17.1 <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3019">deepjavalibrary/djl#3019</a></li>
   </ul>
   </li>
   <li>Enhancements for engines and API
   <ul>
   <li>Supports PyTorch stream imperative model load <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2981">deepjavalibrary/djl#2981</a></li>
   <li>Support encode/decode String tensor <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3034">deepjavalibrary/djl#3034</a></li>
   </ul>
   </li>
   </ul>
   <h2>Enhancement</h2>
   <ul>
   <li>Suppress serial warning for JDK21 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2935">deepjavalibrary/djl#2935</a></li>
   <li>[api] Moves commons-compress dependency to standalone class. by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2951">deepjavalibrary/djl#2951</a></li>
   <li>[api] Allows to load .pt or .onnx file from jar url by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2955">deepjavalibrary/djl#2955</a></li>
   <li>[tokenizer] Return if exceed max token length by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2957">deepjavalibrary/djl#2957</a></li>
   <li>[tokenizer] Adds getters for HuggingfaceTokenizer by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2958">deepjavalibrary/djl#2958</a></li>
   <li>[pytorch] Upgrade android build to 0.26.0 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2975">deepjavalibrary/djl#2975</a></li>
   <li>[pytorch] Avoid loading .lib file from PYTORCH_LIBRARY_PATH by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2987">deepjavalibrary/djl#2987</a></li>
   <li>[api] Adds utility method to Model for accessing properties by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3007">deepjavalibrary/djl#3007</a></li>
   <li>[api] Adds suffix to percentile metric name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3011">deepjavalibrary/djl#3011</a></li>
   <li>[api] Adds dimension for prediction metric by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3013">deepjavalibrary/djl#3013</a></li>
   <li>Thread-safe FaceDetectionTranslator by <a href="https://github.com/StefanOltmann"><code>@​StefanOltmann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3016">deepjavalibrary/djl#3016</a></li>
   <li>[api] Upgrades commons compress to 1.26.0 for CVE by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3018">deepjavalibrary/djl#3018</a></li>
   <li>Avoid duplicated loading native library by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3020">deepjavalibrary/djl#3020</a></li>
   <li>[api] Allows to use relative jar uri for cache folder name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3026">deepjavalibrary/djl#3026</a></li>
   <li>support includeTokenTypes in TextEmbeddingBatchTranslator by <a href="https://github.com/morokosi"><code>@​morokosi</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3032">deepjavalibrary/djl#3032</a></li>
   <li>[tokenizer] Adds includeTokenTypes for all translators by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3035">deepjavalibrary/djl#3035</a></li>
   <li>Updates dependencies version to latest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3040">deepjavalibrary/djl#3040</a></li>
   <li>[pytorch] Allows to exclude certain DLL from pytorch directory by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3043">deepjavalibrary/djl#3043</a></li>
   <li>Update checkstyle tool version to 10.14.2 by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3047">deepjavalibrary/djl#3047</a></li>
   <li>Upgrade dependency version by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3049">deepjavalibrary/djl#3049</a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>[fix][ci] fix typo in publish metric workflow by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2976">deepjavalibrary/djl#2976</a></li>
   <li>[fix][ci] avoid early exit of script for failure case by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2979">deepjavalibrary/djl#2979</a></li>
   <li>[ci][fix] update path to android sdk manager cli by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2980">deepjavalibrary/djl#2980</a></li>
   <li>[dataset] Fixes broken link for mnist dataset by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2984">deepjavalibrary/djl#2984</a></li>
   <li>[database] Fixes mnist URL for local unitest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2988">deepjavalibrary/djl#2988</a></li>
   <li>fix <a href="https://redirect.github.com/deepjavalibrary/djl/issues/2968">#2968</a> by <a href="https://github.com/SidneyLann"><code>@​SidneyLann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2986">deepjavalibrary/djl#2986</a></li>
   <li>[dataset] Fixes wikitext-2 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2996">deepjavalibrary/djl#2996</a></li>
   <li>[spark] Fixes python tarslip security concern by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2995">deepjavalibrary/djl#2995</a></li>
   <li>Fixes failing CI by <a href="https://github.com/ydm-amazon"><code>@​ydm-amazon</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3001">deepjavalibrary/djl#3001</a></li>
   <li>Fixes cases where the getEngine method in the EngineProvider class returns null when called concurrently. by <a href="https://github.com/onaple"><code>@​onaple</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3005">deepjavalibrary/djl#3005</a></li>
   <li>[api] Fixes typo in CudaUtils by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3008">deepjavalibrary/djl#3008</a></li>
   <li>[model-zoo] Fixes typo in README by <a href="https://github.com/fensch"><code>@​fensch</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3009">deepjavalibrary/djl#3009</a></li>
   <li>[ci] Fixes nightly build for onnx 1.17.1 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3021">deepjavalibrary/djl#3021</a></li>
   <li>[pytorch] Fixes detecting wrong flavor on macOS issue by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3027">deepjavalibrary/djl#3027</a></li>
   <li>[bom] Fixes djl-serving packages in BOM by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3039">deepjavalibrary/djl#3039</a></li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Bump DJL version to 0.27.0 by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2933">deepjavalibrary/djl#2933</a></li>
   <li>[doc] include trtllm convert manual by <a href="https://github.com/sindhuvahinis"><code>@​sindhuvahinis</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2941">deepjavalibrary/djl#2941</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/32859b7326d0791be1190439cc98accac684d0f0"><code>32859b7</code></a> Remove -SNAPSHOT for release v0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e642796332b73312021cc49cc4aafaa780f2db2b"><code>e642796</code></a> Increase DJL version to 0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/2c1e7faf5b86636ec7b67dde6bae856e55a8cd9e"><code>2c1e7fa</code></a> Upgrade dependency version (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3049">#3049</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/5eb2b9e80e6fd0f1ba43fd03cb75accf4c947a8f"><code>5eb2b9e</code></a> Update checkstyle tool version to 10.14.2 (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3047">#3047</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/091a41cbba49dc8dc7d90f52014d40e13011fb99"><code>091a41c</code></a> [pytorch] Allows to exclude certain DLL from pytorch directory (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3043">#3043</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/fa28fbec9bc97b4cebf91119f79405394cd1e418"><code>fa28fbe</code></a> Updates dependencies version to latest (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3040">#3040</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/ee93305cbeee71dce88c2b4830a5ad0c9163b59c"><code>ee93305</code></a> [tokenizer] Adds includeTokenTypes for all translators (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3035">#3035</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/b3b04f551f3b311112acbc0a37894334d97edbda"><code>b3b04f5</code></a> [api] Support encode/decode String tensor (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3034">#3034</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e3a8e4cd794cae96afa5dd2b4cbf390dbd7e22da"><code>e3a8e4c</code></a> [bom] Fixes djl-serving packages in BOM (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3039">#3039</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/6b32ef2e7df4fc41f026bd5045b188ee0aee3985"><code>6b32ef2</code></a> support includeTokenTypes in TextEmbeddingBatchTranslator (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3032">#3032</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/deepjavalibrary/djl/compare/v0.26.0...v0.27.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ai.djl.pytorch:pytorch-model-zoo` from 0.26.0 to 0.27.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/deepjavalibrary/djl/releases">ai.djl.pytorch:pytorch-model-zoo's releases</a>.</em></p>
   <blockquote>
   <h2>v0.27.0</h2>
   <h2>Key Changes</h2>
   <ul>
   <li>Upgrades for engines
   <ul>
   <li>OnnxRuntime 1.17.1 <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3019">deepjavalibrary/djl#3019</a></li>
   </ul>
   </li>
   <li>Enhancements for engines and API
   <ul>
   <li>Supports PyTorch stream imperative model load <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2981">deepjavalibrary/djl#2981</a></li>
   <li>Support encode/decode String tensor <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3034">deepjavalibrary/djl#3034</a></li>
   </ul>
   </li>
   </ul>
   <h2>Enhancement</h2>
   <ul>
   <li>Suppress serial warning for JDK21 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2935">deepjavalibrary/djl#2935</a></li>
   <li>[api] Moves commons-compress dependency to standalone class. by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2951">deepjavalibrary/djl#2951</a></li>
   <li>[api] Allows to load .pt or .onnx file from jar url by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2955">deepjavalibrary/djl#2955</a></li>
   <li>[tokenizer] Return if exceed max token length by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2957">deepjavalibrary/djl#2957</a></li>
   <li>[tokenizer] Adds getters for HuggingfaceTokenizer by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2958">deepjavalibrary/djl#2958</a></li>
   <li>[pytorch] Upgrade android build to 0.26.0 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2975">deepjavalibrary/djl#2975</a></li>
   <li>[pytorch] Avoid loading .lib file from PYTORCH_LIBRARY_PATH by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2987">deepjavalibrary/djl#2987</a></li>
   <li>[api] Adds utility method to Model for accessing properties by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3007">deepjavalibrary/djl#3007</a></li>
   <li>[api] Adds suffix to percentile metric name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3011">deepjavalibrary/djl#3011</a></li>
   <li>[api] Adds dimension for prediction metric by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3013">deepjavalibrary/djl#3013</a></li>
   <li>Thread-safe FaceDetectionTranslator by <a href="https://github.com/StefanOltmann"><code>@​StefanOltmann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3016">deepjavalibrary/djl#3016</a></li>
   <li>[api] Upgrades commons compress to 1.26.0 for CVE by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3018">deepjavalibrary/djl#3018</a></li>
   <li>Avoid duplicated loading native library by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3020">deepjavalibrary/djl#3020</a></li>
   <li>[api] Allows to use relative jar uri for cache folder name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3026">deepjavalibrary/djl#3026</a></li>
   <li>support includeTokenTypes in TextEmbeddingBatchTranslator by <a href="https://github.com/morokosi"><code>@​morokosi</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3032">deepjavalibrary/djl#3032</a></li>
   <li>[tokenizer] Adds includeTokenTypes for all translators by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3035">deepjavalibrary/djl#3035</a></li>
   <li>Updates dependencies version to latest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3040">deepjavalibrary/djl#3040</a></li>
   <li>[pytorch] Allows to exclude certain DLL from pytorch directory by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3043">deepjavalibrary/djl#3043</a></li>
   <li>Update checkstyle tool version to 10.14.2 by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3047">deepjavalibrary/djl#3047</a></li>
   <li>Upgrade dependency version by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3049">deepjavalibrary/djl#3049</a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>[fix][ci] fix typo in publish metric workflow by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2976">deepjavalibrary/djl#2976</a></li>
   <li>[fix][ci] avoid early exit of script for failure case by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2979">deepjavalibrary/djl#2979</a></li>
   <li>[ci][fix] update path to android sdk manager cli by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2980">deepjavalibrary/djl#2980</a></li>
   <li>[dataset] Fixes broken link for mnist dataset by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2984">deepjavalibrary/djl#2984</a></li>
   <li>[database] Fixes mnist URL for local unitest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2988">deepjavalibrary/djl#2988</a></li>
   <li>fix <a href="https://redirect.github.com/deepjavalibrary/djl/issues/2968">#2968</a> by <a href="https://github.com/SidneyLann"><code>@​SidneyLann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2986">deepjavalibrary/djl#2986</a></li>
   <li>[dataset] Fixes wikitext-2 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2996">deepjavalibrary/djl#2996</a></li>
   <li>[spark] Fixes python tarslip security concern by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2995">deepjavalibrary/djl#2995</a></li>
   <li>Fixes failing CI by <a href="https://github.com/ydm-amazon"><code>@​ydm-amazon</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3001">deepjavalibrary/djl#3001</a></li>
   <li>Fixes cases where the getEngine method in the EngineProvider class returns null when called concurrently. by <a href="https://github.com/onaple"><code>@​onaple</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3005">deepjavalibrary/djl#3005</a></li>
   <li>[api] Fixes typo in CudaUtils by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3008">deepjavalibrary/djl#3008</a></li>
   <li>[model-zoo] Fixes typo in README by <a href="https://github.com/fensch"><code>@​fensch</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3009">deepjavalibrary/djl#3009</a></li>
   <li>[ci] Fixes nightly build for onnx 1.17.1 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3021">deepjavalibrary/djl#3021</a></li>
   <li>[pytorch] Fixes detecting wrong flavor on macOS issue by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3027">deepjavalibrary/djl#3027</a></li>
   <li>[bom] Fixes djl-serving packages in BOM by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3039">deepjavalibrary/djl#3039</a></li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Bump DJL version to 0.27.0 by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2933">deepjavalibrary/djl#2933</a></li>
   <li>[doc] include trtllm convert manual by <a href="https://github.com/sindhuvahinis"><code>@​sindhuvahinis</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2941">deepjavalibrary/djl#2941</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/32859b7326d0791be1190439cc98accac684d0f0"><code>32859b7</code></a> Remove -SNAPSHOT for release v0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e642796332b73312021cc49cc4aafaa780f2db2b"><code>e642796</code></a> Increase DJL version to 0.27.0</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/2c1e7faf5b86636ec7b67dde6bae856e55a8cd9e"><code>2c1e7fa</code></a> Upgrade dependency version (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3049">#3049</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/5eb2b9e80e6fd0f1ba43fd03cb75accf4c947a8f"><code>5eb2b9e</code></a> Update checkstyle tool version to 10.14.2 (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3047">#3047</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/091a41cbba49dc8dc7d90f52014d40e13011fb99"><code>091a41c</code></a> [pytorch] Allows to exclude certain DLL from pytorch directory (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3043">#3043</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/fa28fbec9bc97b4cebf91119f79405394cd1e418"><code>fa28fbe</code></a> Updates dependencies version to latest (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3040">#3040</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/ee93305cbeee71dce88c2b4830a5ad0c9163b59c"><code>ee93305</code></a> [tokenizer] Adds includeTokenTypes for all translators (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3035">#3035</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/b3b04f551f3b311112acbc0a37894334d97edbda"><code>b3b04f5</code></a> [api] Support encode/decode String tensor (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3034">#3034</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/e3a8e4cd794cae96afa5dd2b4cbf390dbd7e22da"><code>e3a8e4c</code></a> [bom] Fixes djl-serving packages in BOM (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3039">#3039</a>)</li>
   <li><a href="https://github.com/deepjavalibrary/djl/commit/6b32ef2e7df4fc41f026bd5045b188ee0aee3985"><code>6b32ef2</code></a> support includeTokenTypes in TextEmbeddingBatchTranslator (<a href="https://redirect.github.com/deepjavalibrary/djl/issues/3032">#3032</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/deepjavalibrary/djl/compare/v0.26.0...v0.27.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ai.djl.pytorch:pytorch-engine` from 0.26.0 to 0.27.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/deepjavalibrary/djl/releases">ai.djl.pytorch:pytorch-engine's releases</a>.</em></p>
   <blockquote>
   <h2>v0.27.0</h2>
   <h2>Key Changes</h2>
   <ul>
   <li>Upgrades for engines
   <ul>
   <li>OnnxRuntime 1.17.1 <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3019">deepjavalibrary/djl#3019</a></li>
   </ul>
   </li>
   <li>Enhancements for engines and API
   <ul>
   <li>Supports PyTorch stream imperative model load <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2981">deepjavalibrary/djl#2981</a></li>
   <li>Support encode/decode String tensor <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3034">deepjavalibrary/djl#3034</a></li>
   </ul>
   </li>
   </ul>
   <h2>Enhancement</h2>
   <ul>
   <li>Suppress serial warning for JDK21 by <a href="https://github.com/zachgk"><code>@​zachgk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2935">deepjavalibrary/djl#2935</a></li>
   <li>[api] Moves commons-compress dependency to standalone class. by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2951">deepjavalibrary/djl#2951</a></li>
   <li>[api] Allows to load .pt or .onnx file from jar url by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2955">deepjavalibrary/djl#2955</a></li>
   <li>[tokenizer] Return if exceed max token length by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2957">deepjavalibrary/djl#2957</a></li>
   <li>[tokenizer] Adds getters for HuggingfaceTokenizer by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2958">deepjavalibrary/djl#2958</a></li>
   <li>[pytorch] Upgrade android build to 0.26.0 by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2975">deepjavalibrary/djl#2975</a></li>
   <li>[pytorch] Avoid loading .lib file from PYTORCH_LIBRARY_PATH by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2987">deepjavalibrary/djl#2987</a></li>
   <li>[api] Adds utility method to Model for accessing properties by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3007">deepjavalibrary/djl#3007</a></li>
   <li>[api] Adds suffix to percentile metric name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3011">deepjavalibrary/djl#3011</a></li>
   <li>[api] Adds dimension for prediction metric by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3013">deepjavalibrary/djl#3013</a></li>
   <li>Thread-safe FaceDetectionTranslator by <a href="https://github.com/StefanOltmann"><code>@​StefanOltmann</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3016">deepjavalibrary/djl#3016</a></li>
   <li>[api] Upgrades commons compress to 1.26.0 for CVE by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3018">deepjavalibrary/djl#3018</a></li>
   <li>Avoid duplicated loading native library by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3020">deepjavalibrary/djl#3020</a></li>
   <li>[api] Allows to use relative jar uri for cache folder name by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3026">deepjavalibrary/djl#3026</a></li>
   <li>support includeTokenTypes in TextEmbeddingBatchTranslator by <a href="https://github.com/morokosi"><code>@​morokosi</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3032">deepjavalibrary/djl#3032</a></li>
   <li>[tokenizer] Adds includeTokenTypes for all translators by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3035">deepjavalibrary/djl#3035</a></li>
   <li>Updates dependencies version to latest by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3040">deepjavalibrary/djl#3040</a></li>
   <li>[pytorch] Allows to exclude certain DLL from pytorch directory by <a href="https://github.com/frankfliu"><code>@​frankfliu</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3043">deepjavalibrary/djl#3043</a></li>
   <li>Update checkstyle tool version to 10.14.2 by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3047">deepjavalibrary/djl#3047</a></li>
   <li>Upgrade dependency version by <a href="https://github.com/xyang16"><code>@​xyang16</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/3049">deepjavalibrary/djl#3049</a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>[fix][ci] fix typo in publish metric workflow by <a href="https://github.com/siddvenk"><code>@​siddvenk</code></a> in <a href="https://redirect.github.com/deepjavalibrary/djl/pull/2976">deepjavalibrary/djl#2976</a></li>
   <li>[fix][ci] avoid early exit of script for failure ca...
   
   _Description has been truncated_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump djl-version from 0.26.0 to 0.27.0 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #13655:
URL: https://github.com/apache/camel/pull/13655#issuecomment-2026812825

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump djl-version from 0.26.0 to 0.27.0 [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #13655:
URL: https://github.com/apache/camel/pull/13655


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump djl-version from 0.26.0 to 0.27.0 [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #13655:
URL: https://github.com/apache/camel/pull/13655#issuecomment-2026812318

   /component-test camel-djl


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump djl-version from 0.26.0 to 0.27.0 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #13655:
URL: https://github.com/apache/camel/pull/13655#issuecomment-2026763639

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org