From 308127638aa4699d1a7dabcdf81ce5cd91da2405 Mon Sep 17 00:00:00 2001 From: ZeMing Gong <67206894+zmgong@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:32:32 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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