Update README.md
Browse files
README.md
CHANGED
|
@@ -90,7 +90,7 @@ conda create -n image_rl python==3.12 -y
|
|
| 90 |
conda activate image_rl
|
| 91 |
pip3 install torch==2.6.0 torchvision --index-url https://download.pytorch.org/whl/cu124
|
| 92 |
pip3 install flash-attn --no-build-isolation
|
| 93 |
-
git clone https://github.com/Franklin-Zhang0/
|
| 94 |
cd Image-RL
|
| 95 |
pip install -r requirements.txt
|
| 96 |
pip install -e .
|
|
|
|
| 90 |
conda activate image_rl
|
| 91 |
pip3 install torch==2.6.0 torchvision --index-url https://download.pytorch.org/whl/cu124
|
| 92 |
pip3 install flash-attn --no-build-isolation
|
| 93 |
+
git clone https://github.com/Franklin-Zhang0/ReasonGen-R1.git
|
| 94 |
cd Image-RL
|
| 95 |
pip install -r requirements.txt
|
| 96 |
pip install -e .
|