Skip to content

Commit 219a1fe

Browse files
committed
reorder setup
1 parent 152fef0 commit 219a1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ conda create -n peft python=3.10
4141
```
4242

4343
```bash
44-
conda install -c nvidia cuda-toolkit=12.4
44+
conda activate peft
4545
```
4646

4747
```bash
48-
conda activate peft
48+
conda install -c nvidia cuda-toolkit=12.4
4949
```
5050

5151
## Training all models

0 commit comments

Comments
 (0)