From d1dbe126a2e7ff09a6a1aa414644ecee327188f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:03:36 +0000 Subject: [PATCH] Bump transformers in /docs/user/samples/translation/src Bumps [transformers](https://github.com/huggingface/transformers) from 4.21.1 to 4.30.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.21.1...v4.30.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..154572a 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.30.0 # Bake torch, tensorflow into base image with CUDA # torch==1.10.1 \ No newline at end of file