Skip to content

Commit

Permalink
reorder setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Apr 21, 2024
1 parent 152fef0 commit 219a1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ conda create -n peft python=3.10
```

```bash
conda install -c nvidia cuda-toolkit=12.4
conda activate peft
```

```bash
conda activate peft
conda install -c nvidia cuda-toolkit=12.4
```

## Training all models
Expand Down

0 comments on commit 219a1fe

Please sign in to comment.