From 2d78bcb0d29c1051b947f2e4945d1f2069d47671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:02:31 +0000 Subject: [PATCH] Bump transformers in /mobile/examples/speech_recognition/model Bumps [transformers](https://github.com/huggingface/transformers) from 4.38.0 to 5.10.1. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.38.0...v5.10.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mobile/examples/speech_recognition/model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/examples/speech_recognition/model/requirements.txt b/mobile/examples/speech_recognition/model/requirements.txt index 4c9f2d34e..bbc3165b1 100644 --- a/mobile/examples/speech_recognition/model/requirements.txt +++ b/mobile/examples/speech_recognition/model/requirements.txt @@ -2,4 +2,4 @@ onnx==1.17.0 onnxruntime==1.19.2 torch==2.2.2 torchaudio==2.2.2 -transformers==4.38.0 +transformers==5.10.1