From 790e1362a69c826d1150cc416c79be384c6027d1 Mon Sep 17 00:00:00 2001 From: YeAnbang Date: Fri, 7 Jun 2024 07:01:00 +0000 Subject: [PATCH] merge --- .github/workflows/run_chatgpt_examples.yml | 2 +- applications/ColossalChat/tests/test_train.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_chatgpt_examples.yml b/.github/workflows/run_chatgpt_examples.yml index 88da6e95b..4ea86b609 100644 --- a/.github/workflows/run_chatgpt_examples.yml +++ b/.github/workflows/run_chatgpt_examples.yml @@ -42,7 +42,7 @@ jobs: - name: Install Transformers run: | - pip install transformers==4.34.1 + pip install transformers==4.36.2 - name: Execute Examples run: | diff --git a/applications/ColossalChat/tests/test_train.sh b/applications/ColossalChat/tests/test_train.sh index 0f69bcaf0..bce9d6b86 100755 --- a/applications/ColossalChat/tests/test_train.sh +++ b/applications/ColossalChat/tests/test_train.sh @@ -281,7 +281,7 @@ echo "[Test]: testing ppo ..." SKIPPED_TESTS=( - llama-3d # 3d plugin doesn't support lora + # llama-3d # 3d plugin doesn't support lora llama-gemini # gemini doesn't support lora )