From e032445694e994d941faf2db4a7433fa540e90a5 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Sat, 2 Mar 2024 02:39:11 +1100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8eb6ea09a8..385366a391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ exclude = ["images*"] [project.optional-dependencies] huggingface = [ - "transformers>=4.38.0", + "transformers>=4.38.2", "datasets>=2.16.0", "sentencepiece", "accelerate>=0.26.1",