From d44427c203f16706e6b3ba50b003d7f33bdaa3f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:37:07 +0000 Subject: [PATCH] Bump transformers from 4.18.0 to 4.30.0 in /clamp Bumps [transformers](https://github.com/huggingface/transformers) from 4.18.0 to 4.30.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.18.0...v4.30.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clamp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamp/requirements.txt b/clamp/requirements.txt index 8e602ccd..ca519d68 100644 --- a/clamp/requirements.txt +++ b/clamp/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.18.0 +transformers==4.30.0 --find-links https://download.pytorch.org/whl/torch_stable.html torch==1.9.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html