From ed888183ecdba11995ef1cac95410b683d21aba6 Mon Sep 17 00:00:00 2001 From: flybird11111 <1829166702@qq.com> Date: Thu, 28 Sep 2023 17:56:16 +0800 Subject: [PATCH] [fix]downgrade colossalai (#4840) --- applications/Chat/examples/requirements.txt | 2 +- applications/Chat/requirements-test.txt | 2 +- applications/Chat/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/Chat/examples/requirements.txt b/applications/Chat/examples/requirements.txt index 5d0f9f927..c8f8ddc6f 100644 --- a/applications/Chat/examples/requirements.txt +++ b/applications/Chat/examples/requirements.txt @@ -1,3 +1,3 @@ pandas>=1.4.1 sentencepiece -colossalai==0.3.1 \ No newline at end of file +git+https://github.com/hpcaitech/ColossalAI.git@ef4b99ebcda823c32e221383ac9365a82697cd5d#egg=colossalai \ No newline at end of file diff --git a/applications/Chat/requirements-test.txt b/applications/Chat/requirements-test.txt index eb1a77875..9770ea6a8 100644 --- a/applications/Chat/requirements-test.txt +++ b/applications/Chat/requirements-test.txt @@ -1,2 +1,2 @@ pytest -colossalai==0.3.1 \ No newline at end of file +git+https://github.com/hpcaitech/ColossalAI.git@ef4b99ebcda823c32e221383ac9365a82697cd5d#egg=colossalai \ No newline at end of file diff --git a/applications/Chat/requirements.txt b/applications/Chat/requirements.txt index e5f5ca093..3755f06e9 100644 --- a/applications/Chat/requirements.txt +++ b/applications/Chat/requirements.txt @@ -2,7 +2,7 @@ transformers>=4.20.1 tqdm datasets loralib -colossalai==0.3.1 +git+https://github.com/hpcaitech/ColossalAI.git@ef4b99ebcda823c32e221383ac9365a82697cd5d#egg=colossalai torch<2.0.0, >=1.12.1 langchain tokenizers