Skip to content

Commit

Permalink
[usability] setup update
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhenjia committed Nov 5, 2024
1 parent b17a211 commit fb14e16
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 @@ -107,12 +107,12 @@ Our package has been tested on Linux OS (Ubuntu 20.04). Other OS platforms (MacO
CUDA versions 10.3-11.7 are supported in versions `v0.0.5` or older. For CUDA versions greater than 11.7, one can use our stable branch `>= v0.0.6`.

```bash
git clone -b v0.0.8 https://github.com/OptimalScale/LMFlow.git
git clone https://github.com/OptimalScale/LMFlow.git
cd LMFlow
conda create -n lmflow python=3.9 -y
conda activate lmflow
conda install mpi4py
bash install.sh
pip install -e .
```

> [!TIP]
Expand Down

0 comments on commit fb14e16

Please sign in to comment.