Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Rollback readme
zmgong authored Dec 13, 2024
1 parent d085e27 commit d17e7da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit d17e7da

Please sign in to comment.