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: docs/get-started/cluster.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,9 @@ Copy the command for your training type:
65
65
|**Reward Model**|`uv run examples/run_rm.py`|
66
66
|**GRPO**|`uv run examples/run_grpo_math.py`|
67
67
68
-
::::{tab-set}
68
+
:::::{tab-set}
69
69
70
-
:::{tab-item} Interactive Mode (Recommended for Debugging)
70
+
::::{tab-item} Interactive Mode (Recommended for Debugging)
71
71
Interactive mode launches the cluster and gives you a shell on the **Head Node**. This is perfect for debugging because you can run scripts, check files, and kill/restart jobs without re-queueing.
72
72
73
73
**1. Submit the Request**
@@ -108,9 +108,9 @@ You are now inside the container on the head node. Run your command (see Cheatsh
108
108
uv run examples/run_sft.py
109
109
```
110
110
111
-
:::
111
+
::::
112
112
113
-
:::{tab-item} Batch Mode (Production)
113
+
::::{tab-item} Batch Mode (Production)
114
114
Batch mode is "fire and forget." You specify the command upfront, and the cluster shuts down automatically when it finishes.
115
115
116
116
**1. Submit the Job**
@@ -135,10 +135,10 @@ sbatch \
135
135
136
136
**2. Check Status**
137
137
Slurm will write the output to a log file (e.g., `12345-logs/ray-driver.log`).
0 commit comments