From ec6c27d2c0c3d1a759c00fd67e67ced63a8ecc39 Mon Sep 17 00:00:00 2001 From: VincyZhang Date: Thu, 21 Mar 2024 12:01:26 +0800 Subject: [PATCH] restrain transformers (#1403) Signed-off-by: Wenxin Zhang --- .github/workflows/script/formatScan/pylint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/script/formatScan/pylint.sh b/.github/workflows/script/formatScan/pylint.sh index 0c78318cf46..a3ddaddceeb 100644 --- a/.github/workflows/script/formatScan/pylint.sh +++ b/.github/workflows/script/formatScan/pylint.sh @@ -30,7 +30,7 @@ fi # install packages pip install git+https://github.com/EleutherAI/lm-evaluation-harness.git@83dbfbf6070324f3e5872f63e49d49ff7ef4c9b3 pip install accelerate nlpaug nltk schema optimum-intel optimum peft -pip install --upgrade --force-reinstall transformers +pip install --upgrade --force-reinstall transformers==4.36.2 echo "[DEBUG] list pipdeptree..." pip install pipdeptree