Skip to content

Commit c351769

Browse files
committed
update
1 parent 7f8b819 commit c351769

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/OmniGen2-RL/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide covers two primary downstream applications:
77
2. **Reinforcement Learning (RL) Fine-Tuning**: Using EditScore as a high-fidelity reward signal to train models for significantly better performance.
88

99
## 🛠️ Setup for Examples
10-
The examples require libraries for RL (trl, peft), data handling, and potentially experiment tracking.
10+
The examples require libraries for RL, data handling, and potentially experiment tracking.
1111
```bash
1212
# Navigate to this directory if you are in the root
1313
cd examples/OmniGen2-RL
@@ -35,6 +35,7 @@ bash evaluation/GEdit-Bench/omnigen2_16samples.sh
3535
3636
<details>
3737
<summary><strong>👉 Click here for tips on the usage of the script</strong></summary>
38+
3839
- **Distributed Inference**: Our scripts natively support multi-machine and multi-GPU execution. To run inference across 4 machines, for example, execute the following commands on each respective machine:
3940
```bash
4041
# On the first machine (rank 0)

0 commit comments

Comments
 (0)