From bf3c3f2356fa1d15356d5c397f555737fbb768bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:58:49 +0000 Subject: [PATCH] Bump transformers in /docs/user/samples/translation/src Bumps [transformers](https://github.com/huggingface/transformers) from 4.21.1 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.21.1...v4.36.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/user/samples/translation/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/samples/translation/src/requirements.txt b/docs/user/samples/translation/src/requirements.txt index 9aa0ccd..fc8ff8a 100644 --- a/docs/user/samples/translation/src/requirements.txt +++ b/docs/user/samples/translation/src/requirements.txt @@ -1,5 +1,5 @@ sentencepiece==0.1.96 -transformers==4.21.1 +transformers==4.36.0 # Bake torch, tensorflow into base image with CUDA # torch==1.10.1 \ No newline at end of file