Skip to content

Commit 84f58ac

Browse files
committed
fix tabs
Signed-off-by: Lawrence Lane <[email protected]>
1 parent e165e1d commit 84f58ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/get-started/cluster.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ Copy the command for your training type:
6565
| **Reward Model** | `uv run examples/run_rm.py` |
6666
| **GRPO** | `uv run examples/run_grpo_math.py` |
6767

68-
::::{tab-set}
68+
:::::{tab-set}
6969

70-
:::{tab-item} Interactive Mode (Recommended for Debugging)
70+
::::{tab-item} Interactive Mode (Recommended for Debugging)
7171
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.
7272

7373
**1. Submit the Request**
@@ -108,9 +108,9 @@ You are now inside the container on the head node. Run your command (see Cheatsh
108108
uv run examples/run_sft.py
109109
```
110110

111-
:::
111+
::::
112112

113-
:::{tab-item} Batch Mode (Production)
113+
::::{tab-item} Batch Mode (Production)
114114
Batch mode is "fire and forget." You specify the command upfront, and the cluster shuts down automatically when it finishes.
115115

116116
**1. Submit the Job**
@@ -135,10 +135,10 @@ sbatch \
135135

136136
**2. Check Status**
137137
Slurm will write the output to a log file (e.g., `12345-logs/ray-driver.log`).
138-
:::
139-
140138
::::
141139

140+
:::::
141+
142142
---
143143

144144
## 3. Verify Your Cluster

0 commit comments

Comments
 (0)