Skip to content

Commit

Permalink
Fix tutorial links in user guide (#8497)
Browse files Browse the repository at this point in the history
Signed-off-by: yaoyu-33 <[email protected]>
Signed-off-by: ataghibakhsh <[email protected]>
  • Loading branch information
yaoyu-33 authored and JRD971000 committed Mar 15, 2024
1 parent 698239d commit b571ea2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/starthere/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,18 @@ To run a tutorial:
* - NLP
- Synthetic Tabular Data Generation
- `Synthetic Tabular Data Generation <https://github.com/NVIDIA/NeMo/blob/stable/tutorials/nlp/Megatron_Synthetic_Tabular_Data_Generation.ipynb>`_
* - Multimodal
- Multimodal Data Preparation
- `Multimodal Data Preparation <https://github.com/NVIDIA/NeMo/blob/stable/tutorials/multimodal/Multimodal%20Data%20Preparation.ipynb>`_
* - Multimodal
- NeVA (LLaVA) Tutorial
- `NeVA (LLaVA) Tutorial <https://github.com/NVIDIA/NeMo/blob/stable/tutorials/multimodal/NeVA%20Tutorial.ipynb>`_
* - Multimodal
- Stable Diffusion Tutorial
- `Stable Diffusion Tutorial <https://github.com/NVIDIA/NeMo/blob/stable/tutorials/multimodal/Stable%20Diffusion%20Tutorial.ipynb>`_
* - Multimodal
- DreamBooth Tutorial
- `DreamBooth Tutorial <https://github.com/NVIDIA/NeMo/blob/stable/tutorials/multimodal/DreamBooth%20Tutorial.ipynb>`_
* - TTS
- NeMo TTS Primer
- `NeMo TTS Primer <https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/tts/NeMo_TTS_Primer.ipynb>`_
Expand Down
1 change: 1 addition & 0 deletions tutorials/multimodal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ This repository contains the following resources:
* [Data Preparation](./Multimodal%20Data%20Preparation.ipynb)
* [Train And Infer Stable Diffusion Model](./Stable%20Diffusion%20Tutorial.ipynb)
* [Train DreanBooth Model](./DreamBooth%20Tutorial.ipynb)
* [Train Neva Model](./NeVA%20Tutorial.ipynb)

0 comments on commit b571ea2

Please sign in to comment.