Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some old nemo1 contents in doc #12156

Merged
merged 2 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions docs/source/apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
NeMo APIs
=========

**NOTE: This page is intended for NeMo 1.0 features only.**

You can learn more about the underlying principles of the NeMo codebase in this section.

The `NeMo Framework codebase <https://github.com/NVIDIA/NeMo>`__ is composed of a `core <https://github.com/NVIDIA/NeMo/tree/main/nemo/core>`__ section which contains the main building blocks of the framework, and various `collections <https://github.com/NVIDIA/NeMo/tree/main/nemo/collections>`__ which help you
Expand Down Expand Up @@ -30,20 +32,13 @@ You can learn more about aspects of the NeMo APIs by following the links below:

core/api
common/intro
nlp/api
multimodal/api
asr/api
tts/api


Alternatively, you can jump straight to the documentation for the individual collections:

* :doc:`Large Language Models (LLMs) <../nlp/nemo_megatron/intro>`

* :doc:`Automatic Speech Recognition (ASR) <../asr/intro>`

* :doc:`Multimodal Models (MMs) <../multimodal/mllm/intro>`

* :doc:`Text-to-Speech (TTS) <../tts/intro>`

* :doc:`Computer Vision (CV) <../vision/intro>`
22 changes: 0 additions & 22 deletions docs/source/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,6 @@ Documentation for the individual collections

nlp/nemo_megatron/intro
nlp/machine_translation/machine_translation
nlp/megatron_onnx_export
nlp/quantization

.. toctree::
:maxdepth: 1
:caption: Multimodal Models (MMs)
:name: Multimodal
:titlesonly:

multimodal/mllm/intro
multimodal/vlm/intro
multimodal/text2img/intro
multimodal/nerf/intro
multimodal/speech_llm/intro

.. toctree::
:maxdepth: 1
:caption: Vision (CV)
:name: vision
:titlesonly:

vision/intro

.. toctree::
:maxdepth: 1
Expand Down
Loading