fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.38.0 - #36155
renovate[bot] wants to merge 1 commit into
Conversation
|
Let's upgrade this before adding back #36071. |
hmusum
left a comment
There was a problem hiding this comment.
Fails to build with:
[ERROR] HuggingFaceTokenizerTest.bert_tokenizer:35 » NoClassDefFound Could not initialize class ai.djl.huggingface.tokenizers.jni.LibUtils
2026-03-11 09:37:31 CEST | [ERROR] HuggingFaceTokenizerTest.pads_to_max_length:109 » NoClassDefFound Could not initialize class ai.djl.huggingface.tokenizers.jni.LibUtils
2026-03-11 09:37:31 CEST | [ERROR] HuggingFaceTokenizerTest.provides_model_info:121 » NoClassDefFound Could not initialize class ai.djl.huggingface.tokenizers.jni.LibUtils
2026-03-11 09:37:31 CEST | [ERROR] HuggingFaceTokenizerTest.tokenizes_using_paraphrase_multilingual_mpnet_base_v2:52 » UnsatisfiedLink /root/.djl.ai/tokenizers/0.21.0-0.36.0-cpu-linux-aarch64/libtokenizers.so: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /root/.djl.ai/tokenizers/0.21.0-0.36.0-cpu-linux-aarch64/libtokenizers.so)
2026-03-11 09:37:31 CEST | [ERROR] HuggingFaceTokenizerTest.truncates_to_max_length:91 » NoClassDefFound Could not initialize class ai.djl.huggingface.tokenizers.jni.LibUtils
|
The build fails on AlmaLinux 8 because the DJL tokenizers v0.36.0 native library ( The only failing module is
|
|
After discussing with @arnej27959 and @toregge: the native so library requires at least glibc 2.34, which will be available once we have upgraded to AlmaLinux 9. |
64af4a3 to
a5bf73e
Compare
a5bf73e to
888b690
Compare
888b690 to
d9eaa4c
Compare
d9eaa4c to
2805c2a
Compare
2805c2a to
8202ff0
Compare
acee07f to
631a5d4
Compare
631a5d4 to
44a6502
Compare
This PR contains the following updates:
0.33.0→0.38.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
deepjavalibrary/djl (ai.djl.huggingface:tokenizers)
v0.38.0: DJL v0.38.0 ReleaseCompare Source
What's Changed
Full Changelog: deepjavalibrary/djl@v0.37.0...v0.38.0
v0.37.0: DJL v0.37.0 ReleaseCompare Source
This is the v0.37.0 release of DJL.
Changes
.javacompilation and remote URL loading are now configurable, with tightened defaults (#3875)NDManager.cap()(#3870)Behavior changes
Two loading behaviors changed their defaults in #3875. Both previous behaviors remain available, but from this release each has to be enabled explicitly:
.javasources at model loadDJL_COMPILE_JAVA=trueor-Dai.djl.compile_java=trueDJL_ALLOW_INSECURE_URL=trueor-Dai.djl.allow_insecure_url=trueUtils.openUrlnow limits remote fetches to publichttp(s)destinations, resolves redirects explicitly with a bounded hop count, and allowsfile:andjar:only where they denote a local read. Loading from local directories,s3://,gs://, publichttp(s)archives, thedjl://model zoo and Hugging Face is unchanged. See the PR description for the full list and the flags.Known issues / limitations
.javafile underlib/classes/will not have it compiled by default; an error-level log names the flag. Models shipping a precompiled.classor.jar, or supplying a translator programmatically, are unaffected.http(s)from a host that resolves to a private address now fails by default. Set the flag above if you serve models from an internal mirror.Contributors
Thank you to the following community members for contributing to this release:
Rohit Kumar Srivastava, Vaibhav Srivastava, dev_Hakaze
v0.36.0: DJL v0.36.0 ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: deepjavalibrary/djl@v0.35.1...v0.36.0
v0.35.1: DJL v0.35.1 ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: deepjavalibrary/djl@v0.35.0...v0.35.1
v0.35.0: DJL v0.35.0 ReleaseCompare Source
What's Changed
Enhancements
Bug Fixes
BaseNDManager.debugDumpby @petebankhead in #3780CI/CD
New Contributors
Full Changelog: deepjavalibrary/djl@v0.34.0...v0.35.0
v0.34.0: DJL v0.34.0 ReleaseCompare Source
Key Changes
Enhancements
Bug Fixes
Documentation
CI/CD
New Contributors
Full Changelog: deepjavalibrary/djl@v0.33.0...v0.34.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.