Skip to content

Commit 16860b9

Browse files
authored
Update installation steps in README.md
1 parent 712a17f commit 16860b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ Then, follow these steps to set up the environment and install the necessary dep
4747
uv pip install vllm --torch-backend=auto
4848
```
4949

50-
3. **Install requirements**
51-
```bash
52-
pip install -r requirements.txt
53-
```
54-
55-
4. **Install Flash Attention**
50+
3. **Install Flash Attention**
5651
```bash
5752
git clone https://github.com/Dao-AILab/flash-attention
5853
cd flash-attention
5954
MAX_JOBS=16 python setup.py install
6055
```
56+
57+
4. **Install requirements**
58+
```bash
59+
pip install -r requirements.txt
60+
```
6161

6262
5. (Optional) Configure WandB for experiment tracking
6363
```bash
@@ -71,4 +71,4 @@ MIRL is a fork of [verl (Volcano Engine Reinforcement Learning)](https://github.
7171

7272
## License
7373

74-
This project inherits the Apache 2.0 License from the original verl framework.
74+
This project inherits the Apache 2.0 License from the original verl framework.

0 commit comments

Comments
 (0)