From 257b2ba2dac8099be3b1ffd8d2cd27a9308700f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:54:49 -0700 Subject: [PATCH] Bump transformers in /mobile/examples/question_answering/android (#412) Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.38.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.36.0...v4.38.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../question_answering/android/prepare_model.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/examples/question_answering/android/prepare_model.requirements.txt b/mobile/examples/question_answering/android/prepare_model.requirements.txt index 23078431..238c5f5f 100644 --- a/mobile/examples/question_answering/android/prepare_model.requirements.txt +++ b/mobile/examples/question_answering/android/prepare_model.requirements.txt @@ -1,5 +1,5 @@ onnxruntime onnxruntime-extensions onnx -transformers==4.36.0 +transformers==4.38.0 torch==1.13.1