Skip to content

fix(deps): update huggingface.vespa.version#36155

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/huggingface.vespa.version
Open

fix(deps): update huggingface.vespa.version#36155
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/huggingface.vespa.version

Conversation

@renovate

@renovate renovate Bot commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
ai.djl.huggingface:tokenizers (source) compile minor 0.33.00.36.0 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

deepjavalibrary/djl (ai.djl.huggingface:tokenizers)

v0.36.0: DJL v0.36.0 Release

Compare Source

What's Changed

New Contributors

Full Changelog: deepjavalibrary/djl@v0.35.1...v0.36.0

v0.35.1: DJL v0.35.1 Release

Compare Source

What's Changed

New Contributors

Full Changelog: deepjavalibrary/djl@v0.35.0...v0.35.1

v0.35.0: DJL v0.35.0 Release

Compare Source

What's Changed

Enhancements

Bug Fixes

CI/CD

New Contributors

Full Changelog: deepjavalibrary/djl@v0.34.0...v0.35.0

v0.34.0: DJL v0.34.0 Release

Compare Source

Key Changes

Enhancements

Bug Fixes

Documentation

CI/CD

New Contributors

Full Changelog: deepjavalibrary/djl@v0.33.0...v0.34.0


Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@bjorncs

bjorncs commented Mar 11, 2026

Copy link
Copy Markdown
Member

Let's upgrade this before adding back #36071.

@hmusum hmusum left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bjorncs

bjorncs commented Mar 12, 2026

Copy link
Copy Markdown
Member

The build fails on AlmaLinux 8 because the DJL tokenizers v0.36.0 native library (libtokenizers.so) requires glibc 2.29, but AlmaLinux 8 ships glibc 2.28.

The only failing module is linguistics-components — all 5 test failures are in HuggingFaceTokenizerTest:

Test Error
tokenizes_using_paraphrase_multilingual_mpnet_base_v2 UnsatisfiedLinkError — root cause
bert_tokenizer NoClassDefFoundError — cascading
pads_to_max_length NoClassDefFoundError — cascading
provides_model_info NoClassDefFoundError — cascading
truncates_to_max_length NoClassDefFoundError — cascading

@bjorncs

bjorncs commented Mar 12, 2026

Copy link
Copy Markdown
Member

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.

@renovate renovate Bot changed the title Update dependency ai.djl.huggingface:tokenizers to v0.36.0 fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Mar 12, 2026
@renovate renovate Bot changed the title fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Update dependency ai.djl.huggingface:tokenizers to v0.36.0 Mar 12, 2026
@renovate renovate Bot changed the title Update dependency ai.djl.huggingface:tokenizers to v0.36.0 fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Mar 13, 2026
@renovate renovate Bot changed the title fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Update dependency ai.djl.huggingface:tokenizers to v0.36.0 Mar 13, 2026
@renovate renovate Bot changed the title Update dependency ai.djl.huggingface:tokenizers to v0.36.0 fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Mar 17, 2026
@renovate renovate Bot changed the title fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Update dependency ai.djl.huggingface:tokenizers to v0.36.0 Mar 18, 2026
@renovate renovate Bot changed the title Update dependency ai.djl.huggingface:tokenizers to v0.36.0 fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Mar 20, 2026
@renovate renovate Bot changed the title fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Update dependency ai.djl.huggingface:tokenizers to v0.36.0 Mar 24, 2026
@renovate renovate Bot changed the title Update dependency ai.djl.huggingface:tokenizers to v0.36.0 fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/huggingface.vespa.version branch from 64af4a3 to a5bf73e Compare April 1, 2026 16:19
@renovate renovate Bot changed the title fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Update dependency ai.djl.huggingface:tokenizers to v0.36.0 Apr 8, 2026
@renovate renovate Bot changed the title Update dependency ai.djl.huggingface:tokenizers to v0.36.0 fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Apr 17, 2026
@renovate renovate Bot changed the title fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 Update dependency ai.djl.huggingface:tokenizers to v0.36.0 Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/huggingface.vespa.version branch from a5bf73e to 888b690 Compare May 14, 2026 15:19
@renovate renovate Bot changed the title Update dependency ai.djl.huggingface:tokenizers to v0.36.0 fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 May 28, 2026
@renovate renovate Bot force-pushed the renovate/huggingface.vespa.version branch from 888b690 to d9eaa4c Compare June 1, 2026 11:32
@renovate renovate Bot changed the title fix(deps): update dependency ai.djl.huggingface:tokenizers to v0.36.0 fix(deps): update huggingface.vespa.version to v0.36.0 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/huggingface.vespa.version branch from d9eaa4c to 2805c2a Compare June 7, 2026 18:26
@renovate renovate Bot changed the title fix(deps): update huggingface.vespa.version to v0.36.0 fix(deps): update huggingface.vespa.version Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants