Skip to content

Commit bccea95

Browse files
committed
header, tab fixes
Signed-off-by: Lawrence Lane <[email protected]>
1 parent 8d42be8 commit bccea95

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

docs/curate-text/synthetic/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Before using synthetic data generation, ensure you have:
112112

113113
---
114114

115-
## Getting Started
115+
## Topics
116116

117117
::::{grid} 1 1 2 2
118118
:gutter: 2

docs/curate-text/synthetic/llm-client.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ The retry logic handles:
166166

167167
## Using Custom Endpoints
168168

169-
````{tab-set}
169+
::::{tab-set}
170170

171-
```{tab-item} Local vLLM Server
171+
:::{tab-item} Local vLLM Server
172172

173173
Deploy a local vLLM server and configure the client:
174174

@@ -189,9 +189,9 @@ client = AsyncOpenAIClient(
189189
timeout=300, # Longer timeout for large models
190190
)
191191
```
192-
```
192+
:::
193193

194-
```{tab-item} Text Generation Inference (TGI)
194+
:::{tab-item} Text Generation Inference (TGI)
195195

196196
Deploy a TGI server and configure the client:
197197

@@ -210,9 +210,9 @@ client = AsyncOpenAIClient(
210210
max_concurrent_requests=8,
211211
)
212212
```
213-
```
213+
:::
214214

215-
```{tab-item} OpenAI API
215+
:::{tab-item} OpenAI API
216216

217217
Use the official OpenAI API:
218218

@@ -223,9 +223,9 @@ client = AsyncOpenAIClient(
223223
max_concurrent_requests=5,
224224
)
225225
```
226-
```
226+
:::
227227

228-
````
228+
::::
229229

230230
## Complete Example
231231

docs/curate-text/synthetic/nemotron-cc/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ pipeline.add_stage(
124124

125125
The recommended approach is to use the helper functions in `nemotron_cc_pipelines.py`:
126126

127+
:::{note}
128+
The `nemotron_cc_pipelines` helper functions are provided in the [tutorials directory](https://github.com/NVIDIA-NeMo/Curator/blob/main/tutorials/synthetic/nemotron_cc/nemotron_cc_pipelines.py), not as part of the installed package. Copy this file to your project or reference the patterns when building custom pipelines.
129+
:::
130+
127131
```python
128132
from nemotron_cc_pipelines import (
129133
add_preprocessing_pipeline,

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ curate-text/index.md
223223
Tutorials <curate-text/tutorials/index.md>
224224
Load Data <curate-text/load-data/index.md>
225225
Process Data <curate-text/process-data/index.md>
226+
Synthetic Data <curate-text/synthetic/index.md>
226227
::::
227228

228229
::::{toctree}

0 commit comments

Comments
 (0)