Skip to content

Commit e5af589

Browse files
committed
Torch only compatible with
1 parent baf6a3c commit e5af589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ git clone --recurse-submodules https://github.com/rllm-org/rllm.git
4747
cd rllm
4848

4949
# create a conda environment
50-
conda create -n rllm python=3.10
50+
conda create -n rllm python=3.10 (use python=3.11 for MacOS)
5151
conda activate rllm
5252

5353
# Install all dependencies
5454
pip install -e ./verl
5555
pip install -e .
5656

57-
**Note:** On macOS, GPU features (flash-attn, deepspeed, vllm) are automatically excluded for compatibility. For GPU support on macOS, you can install with: `pip install -e .[gpu]`
57+
**Note:** On macOS, GPU features (flash-attn, deepspeed, vllm) are automatically excluded for compatibility. For GPU support on macOS, you can install with: `pip install -e .[gpu]`.
5858
```
5959

6060
### Installation with Docker 🐳

0 commit comments

Comments
 (0)