From f1ae8c9104f7c2e65a870a81ab3bb221aff947b5 Mon Sep 17 00:00:00 2001 From: Tian Siyuan Date: Wed, 30 Aug 2023 22:56:13 +0800 Subject: [PATCH] [example] change accelerate version (#4431) Co-authored-by: Siyuan Tian Co-authored-by: Hongxin Liu --- examples/tutorial/opt/opt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial/opt/opt/requirements.txt b/examples/tutorial/opt/opt/requirements.txt index ae290080d..f2df112fa 100644 --- a/examples/tutorial/opt/opt/requirements.txt +++ b/examples/tutorial/opt/opt/requirements.txt @@ -3,5 +3,5 @@ torch >= 1.8.1 datasets >= 1.8.0 sentencepiece != 0.1.92 protobuf -accelerate +accelerate >= 0.20.3 transformers