Skip to content

fix(deps): update dependency @huggingface/transformers to v3.8.1 - abandoned#441

Open
renovate[bot] wants to merge 2 commits into
chore/all-my-stuffsfrom
renovate/huggingface-transformers-3.x
Open

fix(deps): update dependency @huggingface/transformers to v3.8.1 - abandoned#441
renovate[bot] wants to merge 2 commits into
chore/all-my-stuffsfrom
renovate/huggingface-transformers-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 10, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@huggingface/transformers 3.7.23.8.1 age confidence

Release Notes

huggingface/transformers.js (@​huggingface/transformers)

v3.8.1

Compare Source

What's new?

  • Add support for Ministral 3 in #​1474
  • Fix Ernie 4.5 naming in #​1473
  • Update Supertonic TTS paper + authors in #​1463

Full Changelog: huggingface/transformers.js@3.8.0...3.8.1

v3.8.0

Compare Source

🚀 Transformers.js v3.8 — SAM2, SAM3, EdgeTAM, Supertonic TTS

  • Add support for EdgeTAM in #​1454

  • Add support for Supertonic TTS in #​1459

    Example:

    import { pipeline } from '@​huggingface/transformers';
    
    const tts = await pipeline('text-to-speech', 'onnx-community/Supertonic-TTS-ONNX');
    
    const input_text = 'This is really cool!';
    const audio = await tts(input_text, {
        speaker_embeddings: 'https://huggingface.co/onnx-community/Supertonic-TTS-ONNX/resolve/main/voices/F1.bin',
    });
    await audio.save('output.wav');
  • Add support for SAM2 and SAM3 (Tracker) in #​1461

  • Remove Metaspace add_prefix_space logic in #​1451

  • ImageProcessor preprocess uses image_std for fill value by @​NathanKolbas in #​1455

New Contributors

Full Changelog: huggingface/transformers.js@3.7.6...3.8.0

v3.7.6

Compare Source

What's new?

New Contributors

Full Changelog: huggingface/transformers.js@3.7.5...3.7.6

v3.7.5

Compare Source

What's new?

  • Add support for GraniteMoeHybrid in #​1426

Full Changelog: huggingface/transformers.js@3.7.4...3.7.5

v3.7.4

Compare Source

What's new?

  • Correctly assign logits warpers in _get_logits_processor in #​1422

Full Changelog: huggingface/transformers.js@3.7.3...3.7.4

v3.7.3

Compare Source

What's new?

New Contributors

Full Changelog: huggingface/transformers.js@3.7.2...3.7.3


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

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


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

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

@sharevb sharevb force-pushed the chore/all-my-stuffs branch 3 times, most recently from 1cc77eb to 02df0f3 Compare July 11, 2026 15:17
@renovate renovate Bot force-pushed the renovate/huggingface-transformers-3.x branch from 90de4d9 to 6a7c36b Compare July 12, 2026 11:40
@sharevb sharevb force-pushed the chore/all-my-stuffs branch 2 times, most recently from 41fa755 to 0620f57 Compare July 12, 2026 14:58
@renovate renovate Bot force-pushed the renovate/huggingface-transformers-3.x branch from 6a7c36b to 5c4a07c Compare July 12, 2026 16:20
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from e7d0ce8 to 41464cf Compare July 12, 2026 19:04
@renovate renovate Bot changed the title fix(deps): update dependency @huggingface/transformers to v3.8.1 fix(deps): update dependency @huggingface/transformers to v3.8.1 - abandoned Jul 12, 2026
@renovate

renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@sharevb sharevb force-pushed the chore/all-my-stuffs branch from 138e700 to c6447be Compare July 12, 2026 21:05
@renovate

renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sharevb sharevb force-pushed the chore/all-my-stuffs branch from c6447be to 23dc0d4 Compare July 12, 2026 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant