diff --git a/README.md b/README.md index 26fd032..1471acb 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ To setup the environment width necessary dependencies, type the following comman ```shell conda create -n CLIBD python=3.10 -y conda activate CLIBD -conda install pytorch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 pytorch-cuda=12.1 -c pytorch -c nvidia +conda install pytorch=2.0.1 torchvision=0.15.2 torchtext=0.15.2 pytorch-cuda=11.7 -c pytorch -c nvidia -y pip install -r requirements.txt -conda install lightning -c conda-forge -y pip install -e . pip install git+https://github.com/Baijiong-Lin/LoRA-Torch ```