Skip to content

Commit 0ffe23d

Browse files
committed
fixes
Signed-off-by: Lawrence Lane <llane@nvidia.com>
1 parent ae1a39c commit 0ffe23d

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

.github/workflows/build-docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ jobs:
4444
uv pip install \
4545
"myst-parser>=4.0.1" \
4646
"nvidia-sphinx-theme>=0.0.8" \
47-
"sphinx>=8.1.3" \
48-
"sphinx-autobuild>=2024.10.3" \
47+
"sphinx>=8.2.3" \
48+
"sphinx-autobuild>=2025.8.25" \
4949
"sphinx-autodoc2>=0.5.0" \
50-
"sphinx-copybutton>=0.5.2"
50+
"sphinx-copybutton>=0.5.2" \
51+
"sphinxcontrib-mermaid>=1.0.0" \
52+
"sphinx-design>=0.6.1" \
53+
"swagger-plugin-for-sphinx>=6.0.0"
5154
5255
- name: Build documentation
5356
run: |

docs/get-started/automodel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Complete end-to-end tutorial for fine-tuning and generating videos using NeMo DF
3232
:::{button-ref} gs-index
3333
:color: secondary
3434
:outline:
35-
:ref-type: doc
35+
:ref-type: ref
3636

3737
← Back to Get Started
3838
:::
@@ -305,7 +305,7 @@ Expected: `iter_1000/`, `iter_2000/`, `latest/` directories with `model_weights.
305305
### Troubleshooting
306306

307307
:::{dropdown} Out of Memory Errors
308-
:icon: warning
308+
:icon: alert
309309

310310
```
311311
RuntimeError: CUDA out of memory
@@ -433,7 +433,7 @@ xdg-open butterfly_garden.mp4 # Linux
433433
### Troubleshooting
434434

435435
:::{dropdown} Out of Memory Errors
436-
:icon: warning
436+
:icon: alert
437437

438438
```
439439
RuntimeError: CUDA out of memory

docs/get-started/megatron.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Complete end-to-end tutorial for pretraining a DiT model and generating videos u
3232
:::{button-ref} gs-index
3333
:color: secondary
3434
:outline:
35-
:ref-type: doc
35+
:ref-type: ref
3636

3737
← Back to Get Started
3838
:::
@@ -131,7 +131,7 @@ Each sample: `.pth` (image latents), `.pickle` (T5 embeddings), `.json` (metadat
131131
### Troubleshooting
132132

133133
:::{dropdown} Out of Memory During Preparation
134-
:icon: warning
134+
:icon: alert
135135

136136
```text
137137
RuntimeError: CUDA out of memory
@@ -293,7 +293,7 @@ Training continues from iteration 5000.
293293
### Troubleshooting
294294

295295
:::{dropdown} Out of Memory Errors
296-
:icon: warning
296+
:icon: alert
297297

298298
```text
299299
RuntimeError: CUDA out of memory
@@ -327,7 +327,7 @@ Generate videos from your trained DiT model checkpoint using Megatron inference.
327327
The inference script expects a consolidated `model.pth` file. Training saves checkpoints in `checkpoints/dit_butterfly/iter_5000/` with `model.pth` and `extra_state.pt` files.
328328

329329
:::{dropdown} Consolidate Sharded Checkpoint (If Needed)
330-
:icon: warning
330+
:icon: alert
331331

332332
If your checkpoint is distributed across multiple files, consolidate:
333333

@@ -406,7 +406,7 @@ ls -lh idx=0_rank=0_butterfly_monarch.mp4
406406
### Troubleshooting
407407

408408
:::{dropdown} Model Loading Error
409-
:icon: warning
409+
:icon: alert
410410

411411
```text
412412
FileNotFoundError: model.pth not found
@@ -420,7 +420,7 @@ cp checkpoints/dit_butterfly/iter_5000/model.pth .
420420
:::
421421

422422
:::{dropdown} Out of Memory Errors
423-
:icon: warning
423+
:icon: alert
424424

425425
```text
426426
RuntimeError: CUDA out of memory

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Set up your environment and install NeMo DFM.
6363
:::
6464

6565
:::{grid-item-card} {octicon}`play;1.5em;sd-mr-1` Training Quickstart
66-
:link: gs-training
66+
:link: gs-index
6767
:link-type: ref
6868
Run your first video diffusion model training job.
6969
:::
7070

7171
:::{grid-item-card} {octicon}`image;1.5em;sd-mr-1` Inference Quickstart
72-
:link: gs-inference
72+
:link: gs-index
7373
:link-type: ref
7474
Generate videos using trained models.
7575
:::

0 commit comments

Comments
 (0)