Update dependency ai.djl.huggingface:tokenizers to v0.36.0#36155
Update dependency ai.djl.huggingface:tokenizers to v0.36.0#36155renovate[bot] wants to merge 1 commit intomasterfrom
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. |
This PR contains the following updates:
0.33.0→0.36.0Release Notes
deepjavalibrary/djl (ai.djl.huggingface:tokenizers)
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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.