You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ pixi run install
79
79
80
80
> **Note:** We are actively working on enabling pure `uv` installation. Currently, Conda is the recommended approach. `uv` support is not fully working at the moment but is being tracked in [issue #494](https://github.com/meta-pytorch/torchforge/issues/494).
81
81
82
-
After install, you can run the following command and should see output confirming GRPO training is running (you need a minimum 3 GPU devices):
82
+
After install, you can run the following command and should see output confirming GRPO training is running (you need a minimum 2 GPU devices):
Copy file name to clipboardExpand all lines: docs/source/getting_started.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Before installing TorchForge, ensure your system meets the following requirement
11
11
|**Operating System**| Linux (Fedora/Ubuntu/Debian) | MacOS and Windows not currently supported |
12
12
|**Python**| 3.10 or higher | Python 3.11 recommended |
13
13
|**GPU**| NVIDIA with CUDA support | AMD GPUs not currently supported |
14
-
|**Minimum GPUs**| 2+ for SFT, 3+ for GRPO | More GPUs enable larger models |
14
+
|**Minimum GPUs**| 2+ for SFT; 2+ for GRPO | More GPUs enable training larger models; GRPO with KL (`beta > 0`) requires a reference model and increases the GPU requirement.|
15
15
|**CUDA**| 12.8 | Required for GPU training |
16
16
|**RAM**| 32GB+ recommended | Depends on model size |
17
17
|**Disk Space**| 50GB+ free | For models, datasets, and checkpoints |
0 commit comments