From 38b448142c96a68ae8457a3bc26e91abb3d823fc Mon Sep 17 00:00:00 2001 From: Jack Langerman Date: Sun, 3 Dec 2023 18:03:17 +0000 Subject: [PATCH] fix typo in transformers version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f50890ae..6b577ac2d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ pip install flash-attn --no-build-isolation ### Upgrade to transformers 4.34.1 ```Shell -pip install transformers==3.34.1 +pip install transformers==4.34.1 ``` ### Quick Start With HuggingFace