Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ conda activate forge

Optional: By default, the packages installation uses conda. If user wants to install system packages on the target machine instead of conda, they can pass the `--use-sudo` to the installation script: `./script/install.sh --use-sudo`.

After install, you can run the following command and should see output confirming GRPO training is running (you need a minimum 3 GPU devices) (you need a minimum 3 GPU devices).
After install, you can run the following command and should see output confirming GRPO training is running (you need a minimum 3 GPU devices).

```
python -m apps.grpo.main --config apps/grpo/qwen3_1_7b.yaml --config apps/grpo/qwen3_1_7b.yaml
python -m apps.grpo.main --config apps/grpo/qwen3_1_7b.yaml
```

If you need to re-build the wheels for whatever reason, you can do so with:
Expand All @@ -35,6 +36,7 @@ If you need to re-build the wheels for whatever reason, you can do so with:
For your information, since the vLLM wheel is too large for GitHub, we uploaded it as a release in the `install.sh` script:
```
$ gh release create v0.0.0 assets/wheels/vllm-*.whl --title "Forge Wheels v0.0.0"
```

### Meta Internal Build (Alternative Route)

Expand Down
Loading