Skip to content

Commit 18d3241

Browse files
pthombrestevhliu
andauthored
Apply suggestion from @stevhliu
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
1 parent e9a80f5 commit 18d3241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/en/training/nemo_automodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ docker run --gpus all -it --rm --shm-size=8g nvcr.io/nvidia/nemo-automodel:26.02
7272

7373
## Data preparation
7474

75-
Diffusion training in NeMo Automodel operates in latent space. Raw images or videos must be preprocessed into `.meta` files containing VAE latents and text embeddings before training. This avoids re-encoding on every training step.
75+
NeMo Automodel trains diffusion models in latent space. Raw images or videos must be preprocessed into `.meta` files containing VAE latents and text embeddings before training. This avoids re-encoding on every training step.
7676

7777
Use the built-in preprocessing tool to encode your data. The tool automatically distributes work across all available GPUs.
7878

0 commit comments

Comments
 (0)