diff --git a/README.md b/README.md index cd2ee23..caef349 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ We also recommend the use of [miniconda](https://docs.anaconda.com/miniconda/min To setup the environment width necessary dependencies, type the following commands: ```shell -conda create -n bioscan-clip python=3.10 +conda create -n bioscan-clip python=3.10 -y conda activate bioscan-clip -conda install pytorch=2.0.1 torchvision=0.15.2 torchtext=0.15.2 pytorch-cuda=11.7 -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 pip install . pip install git+https://github.com/Baijiong-Lin/LoRA-Torch